Skip to content
Snippets Groups Projects
Commit d943e5ce authored by Fabian Seidl's avatar Fabian Seidl
Browse files

might fix the warning when running renovate and probably wrong basebranch

parent d4ec091e
No related branches found
No related tags found
1 merge request!444Fix for renovate config needs migrating
Pipeline #138418 failed
This commit is part of merge request !444. Comments created here will be created in the context of that merge request.
......@@ -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']
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment