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.
1 parent 699ada4 commit f511b7fCopy full SHA for f511b7f
1 file changed
.github/dependabot.yml
@@ -1,6 +1,14 @@
1
-version: 2
2
-updates:
3
- - package-ecosystem: "pip"
4
- directory: "/" # Location of package manifests
5
- schedule:
6
- interval: "weekly"
+version: 2
+enable-beta-ecosystems: true
+
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
7
+ schedule:
8
+ interval: "daily"
9
10
+ - package-ecosystem: "pip"
11
12
13
14
+ versioning-strategy: increase
0 commit comments