mirror of
https://github.com/parkan/go-hauk.git
synced 2026-06-22 19:27:46 +02:00
chore: pin golang base image to 1.25.x in dependabot
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user