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