Skip to content
Snippets Groups Projects
Commit d4ec091e authored by Malte Bauch's avatar Malte Bauch Committed by Fabian Seidl
Browse files

Update renovate to work with master branch

See merge request !443
parent 9244bc60
No related branches found
No related tags found
1 merge request!443Update renovate to work with master branch
Pipeline #138494 failed
......@@ -5,10 +5,10 @@ renovate:
variables:
LOG_LEVEL: debug
RENOVATE_BASE_BRANCHES: "develop"
RENOVATE_BASE_BRANCHES: "master"
script:
- renovate $RENOVATE_EXTRA_FLAGS
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_NIGHTLY == "develop"'
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_NIGHTLY == "mainline"'
......@@ -30,5 +30,5 @@
"prConcurrentLimit": 10,
"commitMessagePrefix": "[renovate]",
"labels": ["renovate"],
"baseBranches": ["develop"]
"baseBranches": ["master"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment