diff --git a/renovate.json b/renovate.json index df61a21f7..4771668a6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { - "baseBranches": [ + "baseBranchPatterns": [ "master" ], "rebaseWhen": "conflicted", @@ -14,7 +14,9 @@ "packageRules": [ { "groupName": "GitHub Actions", - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "pinDigests": true } ]