1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

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

View File

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