mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
fix: pin major and minor versions of MariaDB and MySQL
Releases of MariaDB and MySQL shouldn't be bumped blindly because of the risk of breaking compatibility which might applications depending on them prevent to work correctly.
This commit is contained in:
parent
c67330722e
commit
10e5daf3f8
@ -23,6 +23,20 @@
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"managers": [
|
||||
"docker-compose",
|
||||
"dockerfile"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user