From ece4ba95972a956d11206aef86026e54c2aac356 Mon Sep 17 00:00:00 2001 From: Herbert Wirnsberger Date: Fri, 14 Jun 2024 12:35:54 +0200 Subject: [PATCH] update config --- config.js | 7 ------- renovate-config.js | 5 +++-- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 config.js diff --git a/config.js b/config.js deleted file mode 100644 index a8c322c..0000000 --- a/config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - gitAuthor: 'Renovate Bot ', - platform: 'github', - repositories: [ - "Gepardec/mega-backend" - ] -} \ No newline at end of file diff --git a/renovate-config.js b/renovate-config.js index a8c322c..2e1c6de 100644 --- a/renovate-config.js +++ b/renovate-config.js @@ -3,5 +3,6 @@ module.exports = { platform: 'github', repositories: [ "Gepardec/mega-backend" - ] -} \ No newline at end of file + ], + "baseBranches": ["renovate"] +}