Merge pull request 'chore(deps): update renovate/renovate docker tag to v36.62.0' (!188) from renovate/renovate-renovate-36.x into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/188
This commit is contained in:
commit
026bef16c8
2 changed files with 3 additions and 2 deletions
|
@ -535,6 +535,8 @@
|
||||||
dest: /etc/cron.hourly/renovate-bot
|
dest: /etc/cron.hourly/renovate-bot
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
notify: reload cron
|
notify: reload cron
|
||||||
|
tags:
|
||||||
|
- renovate
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Restart prosody
|
- name: Restart prosody
|
||||||
|
@ -551,7 +553,6 @@
|
||||||
- name: reload cron
|
- name: reload cron
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: service cron reload
|
cmd: service cron reload
|
||||||
warn: no
|
|
||||||
# Use the shell call because the task sometimes has problems finding the service state
|
# Use the shell call because the task sometimes has problems finding the service state
|
||||||
# service:
|
# service:
|
||||||
# name: cron
|
# name: cron
|
||||||
|
|
|
@ -58,7 +58,7 @@ homebox_host_port: 8092
|
||||||
homebox_domain_name: inventory.n39.eu
|
homebox_domain_name: inventory.n39.eu
|
||||||
homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
||||||
|
|
||||||
renovate_image: renovate/renovate:36.57.3
|
renovate_image: renovate/renovate:36.62.0
|
||||||
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
||||||
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
||||||
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
Loading…
Reference in a new issue