Skip to content
Snippets Groups Projects
Select Git revision
  • 0ee4e8d8dd36a73e8d41e33fad7241678a652d1a
  • master default protected
  • 1
  • 1.5
  • 1.5.0
  • 1.4
  • 1.4.1
  • 1.4.0
  • 1.3
  • 1.3.0
  • 1.2
  • 1.2.2
  • 1.2.1
13 results

kicker.json

Blame
  • 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
        }
      ]
    }