Skip to content

Commit 1b80d27

Browse files
committed
Avoid PR spam from dependabot
1 parent 7bfef79 commit 1b80d27

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
@@ -4,7 +4,18 @@ updates:
44
directory: /
55
schedule:
66
interval: monthly
7+
groups:
8+
gha-bump:
9+
applies-to: version-updates
10+
update-types:
11+
- "patch"
12+
- "minor"
713
- package-ecosystem: bundler
814
directory: /
915
schedule:
1016
interval: quarterly
17+
groups:
18+
all:
19+
applies-to: version-updates
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)