Skip to content

Commit ae2d4ff

Browse files
authored
chore(renovate): make renovate self-update weekly (#1556)
Add schedule for renovate self-update
1 parent e100806 commit ae2d4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"RENOVATE_VERSION:\\s*(?<depName>renovate)@(?<currentValue>[^\\s]+)",
2020
],
2121
datasourceTemplate: "npm",
22+
// Run the custom matcher on early Monday mornings (UTC)
23+
schedule: "* 0-4 * * 1",
2224
},
2325
],
2426
dependencyDashboard: false,

0 commit comments

Comments
 (0)