8000 ci: group minor and patch updates in a single PR [skip-ci] · ncino/commitlint-github-action@edca067 · GitHub
[go: up one dir, main page]

Skip to content

Commit edca067

Browse files
committed
ci: group minor and patch updates in a single PR [skip-ci]
1 parent 3c75220 commit edca067

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ updates:
1111
schedule:
1212
interval: weekly
1313
open-pull-requests-limit: 99
14+
groups:
15+
minor-and-patch:
16+
applies-to: version-updates
17+
update-types:
18+
- "patch"
19+
- "minor"
1420

1521
- package-ecosystem: docker
1622
directory: /

0 commit comments

Comments
 (0)
0