Skip to content

Commit c6b0133

Browse files
authored
Merge pull request #543 from nschonni/quiet-dependabot
Bundle minor Dependabot PRs and make monthly
2 parents 7668e3c + 3537b61 commit c6b0133

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ updates:
88
- package-ecosystem: npm
99
directory: '/'
1010
schedule:
11-
interval: weekly
11+
interval: monthly
1212
open-pull-requests-limit: 99
13+
groups:
14+
dependencies:
15+
applies-to: version-updates
16+
patterns:
17+
- "*"
18+
update-types:
19+
- "minor"
20+
- "patch"
1321

1422
- package-ecosystem: github-actions
1523
directory: '/'

0 commit comments

Comments
 (0)