mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-13 05:40:42 +00:00
chore: update renovate config and bundle deps in groups (#1026)
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user