Skip to content

Commit 3c8c3c7

Browse files
authored
chore(deps): group major updates
1 parent bdc6f20 commit 3c8c3c7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ updates:
88
commit-message:
99
prefix: 'chore(deps): '
1010
target-branch: main
11+
open-pull-requests-limit: 5
1112
groups:
1213
docker-minor:
1314
update-types:
1415
- minor
1516
- patch
17+
docker-major:
18+
update-types:
19+
- major
1620
labels:
1721
- docker
1822
- dependencies
@@ -23,13 +27,17 @@ updates:
2327
schedule:
2428
interval: monthly
2529
target-branch: main
30+
open-pull-requests-limit: 5
2631
commit-message:
2732
prefix: 'chore(deps): '
2833
groups:
2934
actions-minor:
3035
update-types:
3136
- minor
3237
- patch
38+
actions-major:
39+
update-types:
40+
- major
3341
labels:
3442
- github-actions
3543
- dependencies

0 commit comments

Comments
 (0)