mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Merge pull request #188 from JerrettDavis/feat/dependabot-grouped-updates
ci: group dependabot minor/patch updates per ecosystem
This commit is contained in:
commit
062dbfda4e
1 changed files with 15 additions and 0 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
|
@ -7,6 +7,11 @@ updates:
|
|||
interval: weekly
|
||||
commit-message:
|
||||
prefix: "docker"
|
||||
groups:
|
||||
docker-minor-patch:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
# GitHub Actions version updates
|
||||
- package-ecosystem: github-actions
|
||||
|
|
@ -15,6 +20,11 @@ updates:
|
|||
interval: weekly
|
||||
commit-message:
|
||||
prefix: "ci"
|
||||
groups:
|
||||
actions-minor-patch:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
# Python dependency updates (pip)
|
||||
- package-ecosystem: pip
|
||||
|
|
@ -25,3 +35,8 @@ updates:
|
|||
prefix: "deps"
|
||||
# Only open PRs for security updates to avoid noise
|
||||
open-pull-requests-limit: 5
|
||||
groups:
|
||||
pip-minor-patch:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue