blob: fe1a153afe7c4f78b25cd70f09c02542261d7d8a [file] [log] [blame]
Mohammed Naser3be9d982025-03-17 16:39:32 -04001- name: Run Renovate
2 tasks:
3 - name: renovate {{ zuul.project.name }}
4 environment:
5 LOG_LEVEL: debug
6 RENOVATE_GIT_AUTHOR: "Renovatebot <renovatebot@vexxhost.dev>"
7 # Common
8 GITHUB_COM_TOKEN: "{{ renovate.github_token }}"
9 RENOVATE_ENDPOINT: "https://{{ zuul.project.canonical_hostname == 'github.com' | ternary('api.github.com', 'review.vexxhost.dev') }}"
10 RENOVATE_PLATFORM: "{{ zuul.project.canonical_hostname == 'github.com' | ternary('github', 'gerrit') }}"
Mohammed Naser9003def2025-03-17 17:04:11 -040011 RENOVATE_ALLOWED_COMMANDS: '["^curl"]'
Mohammed Naser3be9d982025-03-17 16:39:32 -040012 # GitHub
13 RENOVATE_TOKEN: "{{ zuul.project.canonical_hostname == 'github.com' | ternary(renovate.github_token, omit) }}"
14 # Gerrit
15 RENOVATE_USERNAME: "{{ zuul.project.canonical_hostname != 'github.com' | ternary(renovate.gerrit_username, omit) }}"
16 RENOVATE_PASSWORD: "{{ zuul.project.canonical_hostname != 'github.com' | ternary(renovate.gerrit_password, omit) }}"