Merge pull request 'renovate/renovate: Update once a week and allow automerge' () from renovate-config into master

Reviewed-on: 
This commit is contained in:
Stefan Haun 2025-03-12 14:26:34 +01:00
commit 865b3c5495
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -15,8 +15,10 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"],
"matchPackageNames": ["renovate/renovate"], "matchPackageNames": ["renovate/renovate"],
"schedule": [ "on friday" ] "schedule": [ "before 1am on friday" ],
"automerge": true
} }
] ]
} }