diff --git a/renovate.json b/renovate.json index 93afd4a..89b7862 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + "schedule:quarterly" + ] }