Skip to content

Commit 89fd369

Browse files
chore(deps): group all Dependabot updates (incl. major) to reduce PR noise
1 parent eb21ef6 commit 89fd369

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ updates:
2222
prefix: "chore(deps)"
2323
include: scope
2424
groups:
25-
python-minor-patch:
26-
update-types:
27-
- minor
28-
- patch
25+
python-dependencies:
26+
patterns:
27+
- "*"
2928

3029
# GitHub Actions used by workflows in .github/workflows/
3130
- package-ecosystem: github-actions
@@ -43,7 +42,6 @@ updates:
4342
prefix: "ci(deps)"
4443
include: scope
4544
groups:
46-
gha-minor-patch:
47-
update-types:
48-
- minor
49-
- patch
45+
github-actions:
46+
patterns:
47+
- "*"

0 commit comments

Comments
 (0)