Skip to content

Commit e78db84

Browse files
committed
chore: normalize dependabot grouping by ecosystem
1 parent a6beb20 commit e78db84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ updates:
99
labels: [dependencies, automated, actions]
1010
groups:
1111
actions-minor-patch:
12+
patterns: ["*"]
1213
update-types: [minor, patch]
1314
actions-major:
15+
patterns: ["*"]
1416
update-types: [major]
1517
# === Python dev (pip) ===
1618
- package-ecosystem: pip
@@ -43,4 +45,5 @@ updates:
4345
labels: [dependencies, automated, runtime]
4446
groups:
4547
pip-runtime-minor-patch:
48+
patterns: ["*"]
4649
update-types: [minor, patch]

0 commit comments

Comments
 (0)