From dab11355f507f5acffc340e91bb1fada1234d677 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 12 Feb 2023 21:55:30 +0100 Subject: [PATCH] cahnge to autodiscover --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index ce418b8..2e96c3c 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ module.exports = { endpoint: 'https://git.cloonar.com/api/v1/', gitAuthor: 'Renovate Bot ', username: 'renovate', - // autodiscover: true, + autodiscover: true, onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:base', ':rebaseStalePrs'] @@ -11,7 +11,7 @@ module.exports = { branchPrefix: 'renovate-', optimizeForDisabled: true, persistRepoData: true, - repositories: [ - "cloonar/wohnservice-wien-typo3" - ] + // repositories: [ + // "cloonar/wohnservice-wien-typo3" + // ] }