diff --git a/renovate.json b/renovate.json index 76127f9..ba6dbe5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,9 @@ { - "extends": ["config:base", "config:semverAllMonthly"], - "automerge": true + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + "schedule:monthly", + ":automergeAll", + ":automergeBranch" + ] }