mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
chore: pin meilisearch and postgres versions (#405)
This commit is contained in:
parent
0ce7e74614
commit
c078d7a82e
@ -3,6 +3,18 @@
|
||||
"extends": ["config:recommended", ":disableRateLimiting"],
|
||||
"minimumReleaseAge": "5 days",
|
||||
"ignorePaths": ["**/front/**"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePatterns": ["meilisearch"],
|
||||
"allowedVersions": "<1.5"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePatterns": ["postgresql"],
|
||||
"allowedVersions": "<16"
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
|
Loading…
x
Reference in New Issue
Block a user