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
Instead of only showing the major release, it adds full semver to the
comment of the GitHub action digest.
Example change:
491e6e8f69
36 lines
844 B
JSON
36 lines
844 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
"helpers:pinGitHubActionDigestsToSemver"
|
|
],
|
|
"ignorePaths": [],
|
|
"labels": ["Skip Changelog", "dependencies"],
|
|
"postUpdateOptions" : [
|
|
"gomodTidy"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"matchPackageNames": ["go.opentelemetry.io/build-tools/**"],
|
|
"groupName": "build-tools"
|
|
},
|
|
{
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
"groupName": "googleapis"
|
|
},
|
|
{
|
|
"matchPackageNames": ["golang.org/x/**"],
|
|
"groupName": "golang.org/x"
|
|
},
|
|
{
|
|
"matchPackageNames": ["go.opentelemetry.io/otel/sdk/log/logtest"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|