mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
fix: pin postgres version
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
"matchBaseBranches": ["stable-4.0"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["postgres"],
|
||||
"matchManagers": ["docker-compose"],
|
||||
"allowedVersions": "/^17\\.\\d+-alpine$/"
|
||||
}
|
||||
],
|
||||
"docker-compose": {
|
||||
|
||||
Reference in New Issue
Block a user