Skip to content

Commit

Permalink
chore: update renovate config and bundle deps in groups (#1026)
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
  • Loading branch information
arbreezy committed Mar 24, 2024
1 parent 5db4bc2 commit bd2e06b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,24 @@
"platformAutomerge": true,
"packageRules": [
{
"matchPackageNames": ["^github.com/Azure/azure-sdk-for-go/"],
"matchPackageNames": ["azure-sdk-for-go"],
"enabled": true,
"group": "azure-group"
"groupName": "azure-group"
},
{
"matchPackageNames": ["^github.com/prometheus/"],
"matchPackageNames": ["prometheus"],
"enabled": true,
"group": "prometheus-group"
"groupName": "prometheus-group"
},
{
"matchPackageNames": ["^k8s.io/", "^sigs.k8s.io/"],
"matchPackageNames": ["k8s.io", "sigs.k8s.io"],
"enabled": true,
"groupName": "kubernetes-group"
},
{
"matchPackageNames": ["^github.com/golang/","^golang.org"],
"matchPackageNames": ["golang"],
"enabled": true,
"group": "golang-group"
},
{
"matchPackageNames": ["^github.com/"],
"enabled": true,
"group": "github arbitrary dependencies"
"groupName": "golang-group"
},
{
"description": "Exclude retracted cohere-go versions: https://github.com/renovatebot/renovate/issues/13012",
Expand Down

0 comments on commit bd2e06b

Please sign in to comment.