Skip to content
Snippets Groups Projects
Commit 4ff646eb authored by André Sterba's avatar André Sterba
Browse files

Prepare for production

parent aab91e56
No related branches found
No related tags found
1 merge request!361Integrate renovatebot for dependency updates
Pipeline #116993 failed
This commit is part of merge request !361. Comments created here will be created in the context of that merge request.
......@@ -6,14 +6,14 @@ renovate:
variables:
LOG_LEVEL: debug
# renovate:on-schedule:
# only:
# - schedules
# script:
# - renovate $RENOVATE_EXTRA_FLAGS
renovate:on-schedule:
only:
- schedules
script:
- renovate $RENOVATE_EXTRA_FLAGS
# Dry-Run for debugging
except:
- schedules
script:
- renovate --dry-run $RENOVATE_EXTRA_FLAGS
# except:
# - schedules
# script:
# - renovate --dry-run $RENOVATE_EXTRA_FLAGS
......@@ -7,13 +7,13 @@ Object.assign(process.env, {
module.exports = {
endpoint: process.env.CI_API_V4_URL,
// hostRules: [
// {
// baseUrl: 'https://registry.code.fbi.h-da.de',
// username: '@project_10161_bot',
// password: process.env.GITLAB_REGISTRY_TOKEN,
// },
// ],
hostRules: [
{
baseUrl: 'https://registry.code.fbi.h-da.de',
username: '@project_10161_bot',
password: process.env.GITLAB_REGISTRY_TOKEN,
},
],
platform: 'gitlab',
username: '@project_10161_bot',
gitAuthor: 'Renovate Bot <renovate@danet.fbi.h-da.de>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment