Skip to content

Commit de96837

Browse files
committed
group
1 parent 5b53717 commit de96837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"helpers:pinGitHubActionDigests"
66
],
77
"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+
},
814
{
915
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
1016
"matchPackageNames": ["io.opentelemetry:opentelemetry-api"],

0 commit comments

Comments
 (0)