Skip to content

Commit bd0e9d3

Browse files
authored
fix(ci): use pinGitHubActionDigestsToSemver (#1767)
This helper will update the version comment to use semver in case of just a major version being used
1 parent 31a256d commit bd0e9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"assigneesFromCodeOwners": true,
44
"extends": [
55
"config:recommended",
6-
"helpers:pinGitHubActionDigests"
6+
"helpers:pinGitHubActionDigestsToSemver"
77
],
88
"constraints": {
99
"go": "1.25"

0 commit comments

Comments
 (0)