Pin GitHub action digest with semver (#6724)

Instead of only showing the major release, it adds full semver to the
comment of the GitHub action digest.

Example change:
491e6e8f69
This commit is contained in:
Sam Xie 2025-05-05 07:15:19 -07:00 committed by GitHub
parent 1d8824889c
commit 7ae449c5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
"config:best-practices",
"helpers:pinGitHubActionDigestsToSemver"
],
"ignorePaths": [],
"labels": ["Skip Changelog", "dependencies"],