Compare commits

..
Author SHA1 Message Date
3d1c378128 Update docker.io/library/postgres Docker tag to v16
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m41s
/ Ansible Lint (pull_request) Successful in 2m36s
2026-08-25 17:31:07 +00:00

View file

@ -29,20 +29,13 @@
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
{
"groupName": "all stable non-major dependencies",
"groupSlug": "all-stable-minor",
"groupSlug": "all-stable-minor-patch",
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [
"minor"
],
"excludePackageNames": [
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
"minor",
"patch"
]
},
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"],