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:
Christoph Schug 2024-05-01 22:02:01 +02:00
parent d209950e1e
commit 44a3de8047

View File

@ -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