From 7f323f1958a6fc2266c763d3c459b6b4330764c4 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 12 Nov 2024 14:57:39 +0100 Subject: [PATCH] remove repositories as autodiscover is enough --- config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.js b/config.js index 5640488..1ec4b58 100644 --- a/config.js +++ b/config.js @@ -11,10 +11,5 @@ module.exports = { branchPrefix: 'renovate-', optimizeForDisabled: true, persistRepoData: true, - repositories: [ - "cloonar/wohnservice-wien-typo3", - "cloonar/gbv-aktuell", - "cloonar/amz-api" - ] }