diff --git a/renovate.json b/renovate.json index 6686b47..ea89ca4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { - "extends": ["config:base", ":preserveSemverRanges"], - "automerge": true + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:best-practices", ":automergeAll", "schedule:monthly"] }