From 19651c0b0a987f650de2aa0c3b23dd238887d222 Mon Sep 17 00:00:00 2001 From: ashmod Date: Wed, 24 Dec 2025 00:10:49 +0200 Subject: [PATCH] group renovate dependencies --- renovate.json | 77 ++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/renovate.json b/renovate.json index 17787551015..17a95bb3595 100644 --- a/renovate.json +++ b/renovate.json @@ -43,19 +43,7 @@ "matchFileNames": [ "gcp/website/**" ], - "matchCategories": [ - "python" - ], - "groupName": "website-backend" - }, - { - "matchFileNames": [ - "gcp/website/**" - ], - "matchCategories": [ - "js" - ], - "groupName": "website-frontend" + "groupName": "website" }, { "matchFileNames": [ @@ -68,33 +56,12 @@ }, { "matchFileNames": [ - "gcp/api/**" - ], - "groupName": "api" - }, - { - "matchFileNames": [ - "gcp/functions/**" - ], - "groupName": "functions" - }, - { - "matchFileNames": [ - "gcp/workers/**" - ], - "matchCategories": [ - "python" - ], - "groupName": "workers" - }, - { - "matchFileNames": [ + "gcp/api/**", + "gcp/functions/**", + "gcp/workers/**", "gcp/indexer/**" ], - "matchCategories": [ - "golang" - ], - "groupName": "indexer" + "groupName": "gcp-services" }, { "matchFileNames": [ @@ -141,6 +108,40 @@ ], "enabled": false }, + { + "matchDatasources": [ + "docker" + ], + "groupName": "docker" + }, + { + "matchFileNames": [ + "docker/**" + ], + "groupName": "docker" + }, + { + "matchManagers": [ + "git-submodules" + ], + "groupName": "submodules" + }, + { + "matchDatasources": [ + "git-refs" + ], + "groupName": "submodules" + }, + { + "matchFileNames": [ + "bindings/**", + "go/**" + ], + "matchCategories": [ + "golang" + ], + "groupName": "go-libraries" + }, { "matchDepTypes": ["uses-with"], "enabled": false