Skip to content

Commit

Permalink
chore: attempt to group renovate deps (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbreezy committed Mar 11, 2024
1 parent 55ac0b2 commit adf4f17
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,31 @@
"automergeType": "pr",
"platformAutomerge": true,
"packageRules": [
{
"matchPackageNames": ["^github.com/Azure/azure-sdk-for-go/"],
"enabled": true,
"group": "azure-group"
},
{
"matchPackageNames": ["^github.com/prometheus/"],
"enabled": true,
"group": "prometheus-group"
},
{
"matchPackageNames": ["^k8s.io/", "^sigs.k8s.io/"],
"enabled": true,
"groupName": "kubernetes-group"
},
{
"matchPackageNames": ["^github.com/golang/","^golang.org"],
"enabled": true,
"group": "golang-group"
},
{
"matchPackageNames": ["^github.com/"],
"enabled": true,
"group": "github arbitrary dependencies"
},
{
"description": "Exclude retracted cohere-go versions: https://github.com/renovatebot/renovate/issues/13012",
"matchPackageNames": ["github.com/cohere-ai/cohere-go"],
Expand Down

0 comments on commit adf4f17

Please sign in to comment.