Skip to content

Commit 1c75cf3

Browse files
authored
chore: Limit "renovate" to run only weekly (#491)
Limit renovate to [earlyMondays](https://docs.renovatebot.com/presets-schedule/#scheduleearlymondays). This affects #236
1 parent 112dc1c commit 1c75cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"groupName": [ "Testably.Abstractions packages" ]
1010
}
1111
],
12-
"ignoreDeps": [ "actions/download-artifact", "actions/upload-artifact" ]
12+
"ignoreDeps": [ "actions/download-artifact", "actions/upload-artifact" ],
13+
"schedule": ["before 4am on monday"]
1314
}

0 commit comments

Comments
 (0)