mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 18:40:46 +01:00
fix: fully upgrade standalone MariaDB Docker Compose by Renovate
Do not apply the restrictions regarding major and minor version bumps to the standalone MariaDB Docker Compose which does not have to respect compatibility to a specific application.
This commit is contained in:
parent
d209950e1e
commit
44a3de8047
@ -37,6 +37,24 @@
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"managers": [
|
||||
"docker-compose",
|
||||
"dockerfile"
|
||||
],
|
||||
"matchFileNames": [
|
||||
"docker-compose/mariadb/**"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*mariadb(:.*)?$"
|
||||
]
|
||||
}
|
||||
],
|
||||
"separateMinorPatch": true
|
||||
|
Loading…
Reference in New Issue
Block a user