mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 18:24:14 -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"],
|
"extends": ["config:recommended", ":disableRateLimiting"],
|
||||||
"minimumReleaseAge": "5 days",
|
"minimumReleaseAge": "5 days",
|
||||||
"ignorePaths": ["**/front/**"],
|
"ignorePaths": ["**/front/**"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackagePatterns": ["meilisearch"],
|
||||||
|
"allowedVersions": "<1.5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackagePatterns": ["postgresql"],
|
||||||
|
"allowedVersions": "<16"
|
||||||
|
}
|
||||||
|
],
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy",
|
"gomodTidy",
|
||||||
"gomodUpdateImportPaths"
|
"gomodUpdateImportPaths"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user