Dependabot: Only group minor and patch updates

Major updates are likely to include breaking changes and are worth reviewing individually.
This commit is contained in:
Henry Mercer
2025-10-10 14:28:32 +01:00
committed by GitHub
parent a8440d08d5
commit e74435a1da

View File

@@ -16,9 +16,12 @@ updates:
- dependency-name: "eslint-plugin-import"
versions: [">=2.30.0"]
groups:
npm:
npm-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: github-actions
directories:
- "/.github/workflows"
@@ -28,6 +31,9 @@ updates:
labels:
- Rebuild
groups:
actions:
actions-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"