From 398094317da464c29bef32514d7be2dba79c3d0b Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Thu, 7 May 2026 15:42:00 +0100 Subject: [PATCH] feat(config.js): use renovate best practices --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- 2.52.0