mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-15 18:27:06 +00:00
Tell Dependabot to ignore minor and patch releases (#2001)
We specify major-only versions, e.g. `actions/checkout@v7`, which automatically uses the latest minor+patch of that release.
This commit is contained in:
@@ -11,4 +11,9 @@ updates:
|
|||||||
groups:
|
groups:
|
||||||
actions:
|
actions:
|
||||||
patterns: [ "*" ]
|
patterns: [ "*" ]
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types:
|
||||||
|
- "version-update:semver-minor"
|
||||||
|
- "version-update:semver-patch"
|
||||||
labels: [ builds ] # Since those are CI-related updates...
|
labels: [ builds ] # Since those are CI-related updates...
|
||||||
|
|||||||
Reference in New Issue
Block a user