Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae314ea9b3 | |||
| a2eba1ac70 | |||
| 5ae8a3b186 |
3 changed files with 10 additions and 10 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
|
|
@ -134,6 +134,10 @@ octopi A 10.89.212.31
|
|||
|
||||
;cisco-slm248p A 10.89.208.27
|
||||
|
||||
waybackproxy A 10.89.212.33
|
||||
|
||||
alnair A 10.89.210.23
|
||||
TXT "Sun SparcStation 4 Retro"
|
||||
|
||||
;
|
||||
; Public Club Services
|
||||
|
|
|
|||
|
|
@ -80,9 +80,12 @@ services:
|
|||
- LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern
|
||||
- MAILMAN_API_PASSWORD={{ secret__lists__rest_password }}
|
||||
- MAILMAN_API_URL=http://mailman-core:8001/3.1
|
||||
- MANUAL_SUBSCRIBER_LISTS=/manual-subscriber-lists
|
||||
image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest
|
||||
networks:
|
||||
mailman:
|
||||
volumes:
|
||||
- /home/chaos/mailman-manual-subscriber-lists:/manual-subscriber-lists
|
||||
|
||||
networks:
|
||||
mailman:
|
||||
|
|
|
|||
Loading…
Reference in a new issue