diff --git a/renovate.json b/renovate.json index 803faf44..b575c55e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", "schedule:weekly"], + "extends": ["config:best-practices", "schedule:weekly"], "ignoreDeps": ["@types/vscode"], "ignorePaths": [".yarn/sdks/**"], "bumpVersion": "patch",