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 2eb3584 commit e591030Copy full SHA for e591030
.github/dependabot.yml
@@ -2,12 +2,16 @@ version: 2
2
updates:
3
- package-ecosystem: cargo
4
directory: "/"
5
- versioning-strategy: lockfile-only
+ versioning-strategy: increase-if-necessary
6
+ allow:
7
+ - dependency-type: "all"
8
schedule:
9
interval: weekly
- open-pull-requests-limit: 10
10
+ groups:
11
+ all-deps:
12
+ patterns:
13
+ - "*"
14
- package-ecosystem: "github-actions"
15
16
17
0 commit comments