Skip to content

Commit

Permalink
Update renovate config to pin github action versions (#155)
Browse files Browse the repository at this point in the history
* Update renovate config to pin github action versions

* group
  • Loading branch information
trask authored Feb 7, 2025
1 parent eb8519f commit e6507e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
"matchManagers": ["github-actions"],
"extends": ["schedule:weekly"],
"groupName": "github actions"
},
{
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
"matchPackageNames": ["io.opentelemetry:opentelemetry-api"],
Expand Down

0 comments on commit e6507e3

Please sign in to comment.