Skip to content

Commit ce63845

Browse files
committed
feat: split patch/minor Dependabot groups so they never bundle together [skip ci]
1 parent cf07403 commit ce63845

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ updates:
1313
timezone: "Asia/Amman"
1414
open-pull-requests-limit: 10
1515
groups:
16-
nuget-minor-patch:
17-
update-types: ["minor", "patch"]
16+
nuget-patch:
17+
update-types: ["patch"]
18+
nuget-minor:
19+
update-types: ["minor"]
1820
labels:
1921
- "dependencies"
2022
- "nuget"
@@ -42,8 +44,10 @@ updates:
4244
timezone: "Asia/Amman"
4345
open-pull-requests-limit: 5
4446
groups:
45-
actions-minor-patch:
46-
update-types: ["minor", "patch"]
47+
actions-patch:
48+
update-types: ["patch"]
49+
actions-minor:
50+
update-types: ["minor"]
4751
labels:
4852
- "dependencies"
4953
- "github-actions"

0 commit comments

Comments
 (0)