From 9657c91df2ef255d9c4b003941e067efc4264162 Mon Sep 17 00:00:00 2001 From: OpenStack K8s CI Date: Tue, 7 Oct 2025 10:08:21 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index f988278d..1518c646 100644 --- a/renovate.json +++ b/renovate.json @@ -2,17 +2,30 @@ "extends": [ "github>openstack-k8s-operators/renovate-config:default.json5" ], - "baseBranches": ["main"], + "baseBranchPatterns": [ + "main" + ], "useBaseBranchConfig": "merge", "packageRules": [ { - "matchPackageNames": ["github.com/openstack-k8s-operators/mariadb-operator/api"], + "matchPackageNames": [ + "github.com/openstack-k8s-operators/mariadb-operator/api" + ], "enabled": false } ], "postUpgradeTasks": { - "commands": ["make gowork", "make tidy", "make manifests generate"], - "fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"], + "commands": [ + "make gowork", + "make tidy", + "make manifests generate" + ], + "fileFilters": [ + "**/go.mod", + "**/go.sum", + "**/*.go", + "**/*.yaml" + ], "executionMode": "update" } }