1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

chore: fix renovate minimumReleaseAge (#5331)

This commit is contained in:
bo0tzz
2023-11-27 10:07:16 +01:00
committed by GitHub
parent ef45e9f490
commit 87871e4df9

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"minimumReleaseAge": 5,
"minimumReleaseAge": "5",
"packageRules": [
{
"matchFileNames": ["cli/**"],