Skip to content

Commit 6aec799

Browse files
committed
Align dependabot config to grouped updates
Reduce PR load. Will revert back to non-grouped updates if it becomes a problem.
1 parent d8c1f14 commit 6aec799

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
311
- package-ecosystem: bundler
412
directory: /
513
schedule:
@@ -9,11 +17,3 @@ updates:
917
groups:
1018
ruby-deps:
1119
patterns: [ "*" ]
12-
- package-ecosystem: github-actions
13-
directory: /
14-
schedule:
15-
interval: monthly
16-
groups:
17-
github-actions:
18-
patterns:
19-
- "*"

0 commit comments

Comments
 (0)