Skip to content

Commit

Permalink
Consolidate github action renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jul 15, 2024
1 parent 6075737 commit 58fa32c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
// https://github.com/renovatebot/renovate/discussions/8399#discussioncomment-305798
"separateMinorPatch": true,
"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"
},
{
"matchPackageNames": [
"io.opentelemetry.contrib:opentelemetry-aws-resources",
Expand Down

0 comments on commit 58fa32c

Please sign in to comment.