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 +}