mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-19 21:34:31 +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:
|
||||
actions:
|
||||
patterns: [ "*" ]
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types:
|
||||
- "version-update:semver-minor"
|
||||
- "version-update:semver-patch"
|
||||
labels: [ builds ] # Since those are CI-related updates...
|
||||
|
||||
Reference in New Issue
Block a user