Select Git revision
kicker.json
-
Pierre Smeyers authored
requires GitLab 16.6 or laterPierre Smeyers authored requires GitLab 16.6 or later
kicker.json 919 B
{
"name": "Renovate",
"description": "Automate your dependency updates with [Renovate](https://www.mend.io/renovate/)",
"template_path": "templates/gitlab-ci-renovate.yml",
"kind": "misc",
"prefix": "renovate",
"is_component": true,
"variables": [
{
"name": "RENOVATE_IMAGE",
"description": "The Docker image used to run Renovate",
"default": "registry.hub.docker.com/renovate/renovate:latest"
},
{
"name": "RENOVATE_TOKEN",
"description": "A GitLab access token to allow Renovate crawl your projects. [See doc](https://docs.renovatebot.com/modules/platform/gitlab/#authentication)",
"secret": true
},
{
"name": "GITHUB_COM_TOKEN",
"description": "A GitHub access token to allow Renovate fetch changelogs. [See doc](https://docs.renovatebot.com/getting-started/running/#githubcom-token-for-changelogs)",
"secret": true
}
]
}