We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1910c1 commit 7290b2bCopy full SHA for 7290b2b
1 file changed
.github/dependabot.yml
@@ -1,9 +1,16 @@
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
15
- package-ecosystem: github-actions
16
0 commit comments