From e7ebeb2c98d47c48d7f5bcd1b14e740c34732814 Mon Sep 17 00:00:00 2001 From: sebclem Date: Wed, 3 Jan 2024 11:04:55 +0100 Subject: [PATCH] Update templates/renovate-config.js.j2 --- templates/renovate-config.js.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/renovate-config.js.j2 b/templates/renovate-config.js.j2 index 694d11c..c27a09e 100644 --- a/templates/renovate-config.js.j2 +++ b/templates/renovate-config.js.j2 @@ -6,6 +6,6 @@ module.exports = { platform: '{{ renovate_platform }}', autodiscover: true, onboardingConfig: { - extends: ['config:base'], + extends: ['config:recommended'], } }; \ No newline at end of file