Skip to content

Commit dc6689f

Browse files
authored
Add Dependabot config for monthly grouped bundler updates (#69)
Check for gem updates monthly and batch them into a single PR via a group matching all dependencies.
1 parent f081cca commit dc6689f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: bundler
5+
directory: /
6+
schedule:
7+
interval: monthly
8+
groups:
9+
bundler:
10+
patterns:
11+
- "*"

0 commit comments

Comments
 (0)