diff --git a/config.js b/config.js
index dd207f85d37191da1be416f31074cea61e2d34f2..c769d76b84712e06b73f34fd2cb9f197fbc27f08 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']
 };