You've already forked opentelemetry-go
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:
@@ -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"],
|
||||||
|
Reference in New Issue
Block a user