chore(renovate): pin postgres version using the right package pattern (#406)

This commit is contained in:
Devin Buhl 2024-04-09 07:46:58 -04:00 committed by GitHub
parent c078d7a82e
commit 3fa0cd04d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackagePatterns": ["postgresql"], "matchPackagePatterns": ["postgres"],
"allowedVersions": "<16" "allowedVersions": "<16"
} }
], ],