Skip to content

Commit ab0a255

Browse files
committed
Make renovate only run monthly.
1 parent cf31058 commit ab0a255

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
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:recommended"],
4+
"schedule": [ "* 0-3 1 * *" ]
45
}

0 commit comments

Comments
 (0)