From f6406ad45241ad128f639de5a55cce301b7f0225 Mon Sep 17 00:00:00 2001 From: collibra-renovatebot Date: Thu, 5 Mar 2026 16:38:44 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 673171d..f336ebc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": false, - "baseBranches": [ + "baseBranchPatterns": [ "main" ], "branchPrefix": "renovate-", @@ -15,7 +15,7 @@ ], "packageRules": [ { - "managers": [ + "matchManagers": [ "gomod" ], "matchUpdateTypes": [ @@ -47,4 +47,4 @@ ], "timezone": "Europe/Brussels", "updateNotScheduled": false -} \ No newline at end of file +}