From 5544bd8f11f34ebda59660570a956f6d211234bf Mon Sep 17 00:00:00 2001 From: Arkadiy Kukarkin Date: Tue, 26 May 2026 22:07:16 +0200 Subject: [PATCH] chore: pin golang base image to 1.25.x in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b81d400..8c92494 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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