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