Skip to content

Commit e6507e3

Browse files
authored
Update renovate config to pin github action versions (#155)
* Update renovate config to pin github action versions * group
1 parent eb8519f commit e6507e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
5+
"helpers:pinGitHubActionDigests"
56
],
67
"packageRules": [
8+
{
9+
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
10+
"matchManagers": ["github-actions"],
11+
"extends": ["schedule:weekly"],
12+
"groupName": "github actions"
13+
},
714
{
815
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
916
"matchPackageNames": ["io.opentelemetry:opentelemetry-api"],

0 commit comments

Comments
 (0)