We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf3177 + f96442c commit 24ca229Copy full SHA for 24ca229
2 files changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+# Automatically update versions for pip and npm
2
+
3
+version: 2
4
+updates:
5
6
+ # Maintain dependencies for Python
7
+ - package-ecosystem: "pip"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "daily"
11
12
+ # Maintain dependencies for Javascript
13
+ - package-ecosystem: "npm"
14
15
16
runtime.txt
@@ -0,0 +1,6 @@
+# This is the required version of Python to run Studio currently.
+# This is determined by the default Python 3 version that is installed
+# inside Ubuntu Bionic, which is used to build images for Studio.
+# We encode it here so that it can be picked up by Github's dependabot
+# to manage automated package upgrades.
+python-3.6.9
0 commit comments