Merge pull request 'renovate/renovate: Update once a week and allow automerge' (#500) from renovate-config into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#500
This commit is contained in:
commit
865b3c5495
2 changed files with 4 additions and 1 deletions
|
@ -638,6 +638,7 @@
|
||||||
tags:
|
tags:
|
||||||
- spaceapi
|
- spaceapi
|
||||||
|
|
||||||
|
# Renovate configuration is sourced from `renovate.json` in each repository
|
||||||
- name: Ensure renovate bot cronjob is present
|
- name: Ensure renovate bot cronjob is present
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: templates/pottwal/renovate-cron.j2
|
src: templates/pottwal/renovate-cron.j2
|
||||||
|
|
|
@ -15,8 +15,10 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["renovate/renovate"],
|
"matchPackageNames": ["renovate/renovate"],
|
||||||
"schedule": [ "on friday" ]
|
"schedule": [ "before 1am on friday" ],
|
||||||
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue