From 9040c4bf4070ccdea54bc49561fa05a555a33ebb Mon Sep 17 00:00:00 2001 From: "tino.kuptz" Date: Tue, 24 Mar 2026 13:05:16 +0100 Subject: [PATCH] Update config.js --- config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 2daa5c2..91ea502 100644 --- a/config.js +++ b/config.js @@ -5,5 +5,7 @@ module.exports = { "platform": "gitea", "onboardingConfigFileName": "renovate.json", "autodiscover": true, - "optimizeForDisabled": true + "optimizeForDisabled": true, + // '/^release\\/.*/' + "baseBranchPatterns": ['main', 'master', 'beta'], } \ No newline at end of file