From d943e5ce177d35339f72addcbc5df27cdb74f51d Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.seidl@h-da.de>
Date: Thu, 6 Apr 2023 14:32:43 +0200
Subject: [PATCH] might fix the warning when running renovate and probably
 wrong basebranch

---
 config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.js b/config.js
index dd207f85d..c769d76b8 100644
--- a/config.js
+++ b/config.js
@@ -9,7 +9,7 @@ module.exports = {
   endpoint: process.env.CI_API_V4_URL,
   hostRules: [
     {
-      baseUrl: 'https://registry.code.fbi.h-da.de',
+      matchHost: 'https://registry.code.fbi.h-da.de',
       username: '@project_10161_bot',
       password: process.env.GITLAB_REGISTRY_TOKEN,
     },
@@ -21,5 +21,5 @@ module.exports = {
   prConcurrentLimit: 10,
   commitMessagePrefix: '[renovate]',
   labels: ['renovate'],
-  baseBranches: ['develop']
+  baseBranches: ['mainline']
 };
-- 
GitLab