Skip to content
Snippets Groups Projects
Commit 6fa76388 authored by Andre Sterba's avatar Andre Sterba Committed by Fabian Seidl
Browse files

Integrate renovatebot for dependency updates

See merge request !361

Co-authored-by: André Sterba <andre.sterbastud.h-da.de>
parent ac8dbe4d
No related branches found
No related tags found
2 merge requests!382Develop,!361Integrate renovatebot for dependency updates
Pipeline #117034 passed
......@@ -9,6 +9,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'push'
stages:
- tools
- build
- test
- analyze
......@@ -25,3 +26,4 @@ include:
- local: "/.gitlab/ci/.integration-test-containerlab.yml"
- local: "/.gitlab/ci/.integration-test.yml"
- local: "/.gitlab/ci/.uml-autogen-ci.yml"
- local: "/.gitlab/ci/.renovate.yml"
renovate:
stage: tools
image: renovate/renovate:32.127.0-slim@sha256:30824333e0978851f96ac8e58e7afa39aaf996de243f8bfcb1d7d6906b46488d
variables:
LOG_LEVEL: debug
only:
- schedules
script:
- renovate $RENOVATE_EXTRA_FLAGS
Object.assign(process.env, {
GIT_AUTHOR_NAME: 'Renovate Bot',
GIT_AUTHOR_EMAIL: 'renovate@danet.fbi.h-da.de',
GIT_COMMITTER_NAME: 'Renovate Bot',
GIT_COMMITTER_EMAIL: 'renovate@danet.fbi.h-da.de',
});
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,
},
],
platform: 'gitlab',
username: '@project_10161_bot',
gitAuthor: 'Renovate Bot <renovate@danet.fbi.h-da.de>',
autodiscover: true,
prConcurrentLimit: 10,
commitMessagePrefix: '[renovate]',
labels: ['renovate']
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment