Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b7d415f88 | |||
| 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"],
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue