Skip to content

Commit fddb2cf

Browse files
committed
dependabot should be in one PR per ecosystem
1 parent 3c41806 commit fddb2cf

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
version: 2
2+
3+
multi-ecosystem-groups:
4+
cargo:
5+
schedule:
6+
interval: daily
7+
actions:
8+
schedule:
9+
interval: weekly
10+
211
updates:
312
# Maintain GitHub Actions
413
- package-ecosystem: "github-actions"
514
directory: "/"
6-
schedule:
7-
interval: "weekly"
8-
open-pull-requests-limit: 5
15+
patterns:
16+
- "*"
17+
multi-ecosystem-group: actions
918

1019
# Maintain Cargo dependencies
1120
- package-ecosystem: "cargo"
1221
directory: "/"
13-
schedule:
14-
interval: "daily"
15-
open-pull-requests-limit: 10
22+
patterns:
23+
- "*"
24+
multi-ecosystem-group: cargo

0 commit comments

Comments
 (0)