diff --git a/config.js b/config.js index b68a4b2..e214184 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ module.exports = { "onboardingConfigFileName": ".renovaterc.json", "autodiscover": true, "optimizeForDisabled": true, - "extends": ["config:recommended"], + "extends": ["config:best-practices"], "schedule": ["* * * * 1-5"], "timezone": "Europe/London", "labels": ["dependencies"],