Skip to content

Commit 36f0eb5

Browse files
committed
Group dependabot PRs
Batch all the development dependency gem bumps into single PRs. Also batch _all_ github action bumps (actions + reusable workflows if any).
1 parent 47abc18 commit 36f0eb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ updates:
77
directory: "/"
88
schedule: { interval: weekly, day: monday }
99
cooldown: { default-days: 15, exclude: ["rubocop*"] }
10+
groups:
11+
dev-deps: { dependency-type: "development" }
1012

1113
- package-ecosystem: github-actions
1214
directory: "/"
1315
schedule: { interval: weekly }
1416
cooldown: { default-days: 15 }
17+
groups:
18+
github-actions: { patterns: ["*"] }

0 commit comments

Comments
 (0)