Skip to content

Commit 95154b2

Browse files
committed
Group dependabot updates to reduce repo noise
https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates#grouping-related-dependencies-together refs apache/shiro#2621 Example Shiro dependabot file at the bottom they are using "groups" https://github.com/apache/shiro/blob/main/.github/dependabot.yml https://github.com/apache/sedona/blob/master/.github/dependabot.yml Only just got this merged for the pre-commit updates in the last day on Shiro and Sedona. I forgot to add the groups to my last mgem-list PR.
1 parent 4315ab9 commit 95154b2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ updates:
55
directory: '/'
66
schedule:
77
interval: 'daily'
8+
groups:
9+
github-dependencies:
10+
patterns:
11+
- '*'
812
- package-ecosystem: 'github-actions'
913
directory: '/'
1014
schedule:
1115
interval: 'daily'
16+
groups:
17+
github-dependencies:
18+
patterns:
19+
- '*'
1220
- package-ecosystem: 'pre-commit'
1321
directory: '/'
1422
schedule:
1523
interval: 'daily'
24+
groups:
25+
github-dependencies:
26+
patterns:
27+
- '*'

0 commit comments

Comments
 (0)