Skip to content

Commit 9f8f952

Browse files
infra: set renovate schedule to weekly (#1302)
Co-authored-by: Shinigami <[email protected]>
1 parent a734ca0 commit 9f8f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "schedule:daily", "group:allNonMajor"],
3+
"extends": ["config:base", "schedule:earlyMondays", "group:allNonMajor"],
44
"labels": ["c: dependencies"],
55
"reviewersFromCodeOwners": true,
66
"rangeStrategy": "bump",

0 commit comments

Comments
 (0)