We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297cc76 commit 84497afCopy full SHA for 84497af
1 file changed
.github/dependabot.yml
@@ -1,12 +1,19 @@
1
version: 2
2
updates:
3
- package-ecosystem: cargo
4
+ versioning-strategy: lockfile-only
5
directory: "/"
6
+ allow:
7
+ - dependency-type: "all"
8
+ groups:
9
+ all-deps:
10
+ patterns:
11
+ - "*"
12
schedule:
- interval: daily
13
+ interval: weekly
14
open-pull-requests-limit: 10
-- package-ecosystem: "github-actions"
15
+- package-ecosystem: github-actions
16
17
- interval: "weekly"
18
19
0 commit comments