1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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