fix: pin postgres version

This commit is contained in:
Michael Barz
2026-03-03 21:48:32 +01:00
parent d0a9e71a89
commit 1dbce867e1
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@
"matchBaseBranches": ["stable-4.0"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"matchPackageNames": ["postgres"],
"matchManagers": ["docker-compose"],
"allowedVersions": "/^17\\.\\d+-alpine$/"
}
],
"docker-compose": {