Skip to content

Commit 80f3992

Browse files
authored
Group dependabot PRs (#442)
1 parent 70c122c commit 80f3992

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: "cargo"
54
directory: "/"
65
schedule:
76
interval: "weekly"
87
day: "friday"
8+
open-pull-requests-limit: 2
9+
groups:
10+
cargo-deps:
11+
patterns:
12+
- "*"
913

1014
- package-ecosystem: "npm"
1115
directory: "/website"
1216
schedule:
1317
interval: "monthly"
18+
target-branch: "master"
19+
groups:
20+
website-deps:
21+
patterns:
22+
- "*"
1423

1524
- package-ecosystem: "github-actions"
1625
directory: "/"
1726
schedule:
1827
interval: "monthly"
28+
target-branch: "master"

0 commit comments

Comments
 (0)