We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75031f7 commit 0b593d6Copy full SHA for 0b593d6
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+
4
+version: 2
5
+updates:
6
+- package-ecosystem: "github-actions" # See documentation for possible values
7
+ directory: "/" # Location of package manifests
8
+ schedule:
9
+ interval: "weekly"
10
+- package-ecosystem: "pip"
11
+ directory: "/"
12
13
0 commit comments