Forked from https://gitlab.com/to-be-continuous/renovate at 20240521.
Find usage examples at: https://git.code.tecnalia.com/smartdatalab/libraries/ci-cd-samples
gitlab-ci-renovate
include:
- component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/renovate/gitlab-ci-renovate@1.5.0
Name | Mandatory | Type | Description | Default |
---|---|---|---|---|
image | false | string | The Docker image used to run Renovate | registry.hub.docker.com/renovate/renovate:latest |
onboarding-config | false | string | Renovate configuration to use for onboarding PRs | {
"$$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
],
"labels": [
"dependencies"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ],
"matchStrings": [ "\\s?_IMAGE:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ],
"matchStrings": [ "\\s?image:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ],
"datasourceTemplate": "docker"
}
]
} |
renovate-depcheck-job-tags | false | array | tags to filter applicable runners for renovate-depcheck job | [] |
renovate-validator-job-tags | false | array | tags to filter applicable runners for renovate-validator job | [] |