There was an error while loading. Please reload this page.
1 parent 3c41806 commit fddb2cfCopy full SHA for fddb2cf
1 file changed
.github/dependabot.yml
@@ -1,15 +1,24 @@
1
version: 2
2
+
3
+multi-ecosystem-groups:
4
+ cargo:
5
+ schedule:
6
+ interval: daily
7
+ actions:
8
9
+ interval: weekly
10
11
updates:
12
# Maintain GitHub Actions
13
- package-ecosystem: "github-actions"
14
directory: "/"
- schedule:
- interval: "weekly"
- open-pull-requests-limit: 5
15
+ patterns:
16
+ - "*"
17
+ multi-ecosystem-group: actions
18
19
# Maintain Cargo dependencies
20
- package-ecosystem: "cargo"
21
- interval: "daily"
- open-pull-requests-limit: 10
22
23
24
+ multi-ecosystem-group: cargo
0 commit comments