Skip to content

Commit dd84609

Browse files
committed
Reduce update frequency
Reduce update frequency because as of now the package isn't under active development
1 parent 6173974 commit dd84609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
{
4141
"matchPackageNames": [ "*" ],
42-
"schedule": [ "after 4pm on monday" ]
42+
"description": "Every month on the first day of the month",
43+
"schedule": [ "* * 1 * *" ]
4344
}
4445
]
4546
}

0 commit comments

Comments
 (0)