mirror of
https://github.com/immich-app/immich
synced 2025-06-07 20:20:57 +00:00
chore: fix renovate minimumReleaseAge (#5331)
This commit is contained in:
parent
ef45e9f490
commit
87871e4df9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"minimumReleaseAge": 5,
|
"minimumReleaseAge": "5",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchFileNames": ["cli/**"],
|
"matchFileNames": ["cli/**"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user