Skip to content

Commit

Permalink
Group Renovate bot updates (#5655)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- OTEL dependencies cannot be updated individually, and too many PRs
anyway

## Description of the changes
- Add groups

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 18, 2024
1 parent b711518 commit 4ae7e21
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,40 @@
],
"matchUpdateTypes": ["major", "patch"],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": [
"go.opentelemetry.io/otel",
"github.com/open-telemetry/opentelemetry-go-contrib"
],
"groupName": "All OTEL SDK + contrib packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["go.opentelemetry.io/collector"],
"groupName": "All OTEL Collector packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": [
"github.com/open-telemetry/opentelemetry-collector-contrib"
],
"groupName": "All OTEL Collector contrib packages"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["google.golang.org"],
"groupName": "All google.golang.org packages"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
}
]
}

0 comments on commit 4ae7e21

Please sign in to comment.