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:
Rangi
2026-07-02 13:55:16 +02:00
committed by GitHub
parent 37818a1847
commit 250a94c588
+5
View File
@@ -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...