Update docker.io/library/mariadb Docker tag to v12 #39
2 changed files with 11 additions and 11 deletions
|
|
@ -19,6 +19,16 @@
|
||||||
"galaxy-roles/**"
|
"galaxy-roles/**"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||||
|
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||||
|
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||||
|
},
|
||||||
// Create a package rule for grouping all stable non-major dependency updates together.
|
// Create a package rule for grouping all stable non-major dependency updates together.
|
||||||
// A combination of/inspired by:
|
// A combination of/inspired by:
|
||||||
// https://docs.renovatebot.com/presets-group/#groupallnonmajor
|
// https://docs.renovatebot.com/presets-group/#groupallnonmajor
|
||||||
|
|
@ -31,16 +41,6 @@
|
||||||
"minor",
|
"minor",
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
|
||||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
|
||||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue