ci: renovate: pin actions to digests

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-03-25 11:21:30 +01:00
parent 3afcc1a892
commit b66b2f77e0

View File

@@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
// https://docs.renovatebot.com/modules/manager/github-actions/
// https://docs.renovatebot.com/presets-helpers/
"helpers:pinGitHubActionDigestsToSemver",
"helpers:githubDigestChangelogs",
":gitSignOff"
],
"postUpdateOptions": ["gomodTidy"],