mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
fix: improve Renovate version tracking of PostgreSQL
Only bump the major version of PostgreSQL when using the standalone Docker Compose variant of PostgreSQL.
This commit is contained in:
parent
3366392906
commit
d982f1f08e
@ -38,6 +38,19 @@
|
||||
"^([^/]+\\/)*(mariadb|mysql)(:.+)?$"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"managers": [
|
||||
"docker-compose",
|
||||
"dockerfile"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*postgres(:.+)?$"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"managers": [
|
||||
@ -45,7 +58,8 @@
|
||||
"dockerfile"
|
||||
],
|
||||
"matchFileNames": [
|
||||
"docker-compose/mariadb/**"
|
||||
"docker-compose/mariadb/**",
|
||||
"docker-compose/postgres/**"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
@ -53,7 +67,7 @@
|
||||
"patch"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*mariadb(:.+)?$"
|
||||
"^([^/]+\\/)*(mariadb|postgres)(:.+)?$"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user