From 890df9099ea754bd9aa41101f91e93ef357101bd Mon Sep 17 00:00:00 2001 From: Paul Spenke Date: Thu, 2 Apr 2026 23:09:01 +0200 Subject: [PATCH] Add base Renovate configuration and update bot settings --- config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index ebe6e1d..9e14a99 100644 --- a/config.js +++ b/config.js @@ -2,9 +2,14 @@ module.exports = { "endpoint": "https://gitea.spenke-nordic.com/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", + "onboarding": true, + "onboardingConfig": { + "extends": ["local>spenke-nordic-ab/renovate-config"] + }, "onboardingConfigFileName": "renovate.json", "autodiscover": true, - "optimizeForDisabled": true, + "autodiscoverFilter": ["spenke-nordic-ab/*"], + "optimizeForDisabled": false, "dependencyDashboard": true, "dependencyDashboardTitle": "Dependency Dashboard", "prConcurrentLimit": 10,