Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 172b21f5bd | |||
| 39d95a7b9f | |||
| 247cb031f2 |
2 changed files with 11 additions and 4 deletions
|
|
@ -29,13 +29,20 @@
|
|||
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
|
||||
{
|
||||
"groupName": "all stable non-major dependencies",
|
||||
"groupSlug": "all-stable-minor-patch",
|
||||
"groupSlug": "all-stable-minor",
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
"minor"
|
||||
],
|
||||
"excludePackageNames": [
|
||||
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ services:
|
|||
- POSTGRES_DB=mailmandb
|
||||
- POSTGRES_USER=mailman
|
||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:15-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue