chore: pin golang base image to 1.25.x in dependabot

This commit is contained in:
Arkadiy Kukarkin
2026-05-26 22:07:16 +02:00
parent 5261ee927e
commit 5544bd8f11

View File

@@ -14,6 +14,10 @@ updates:
directory: /
schedule:
interval: weekly
ignore:
# stay on golang 1.25.x -- allow patch tags only, not 1.26+
- dependency-name: golang
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# the workflow actions themselves
- package-ecosystem: github-actions