Skip to content

Commit

Permalink
infra: set renovate schedule to weekly (#1302)
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
xDivisionByZerox and Shinigami92 committed Aug 25, 2022
1 parent a734ca0 commit 9f8f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:daily", "group:allNonMajor"],
"extends": ["config:base", "schedule:earlyMondays", "group:allNonMajor"],
"labels": ["c: dependencies"],
"reviewersFromCodeOwners": true,
"rangeStrategy": "bump",
Expand Down

0 comments on commit 9f8f952

Please sign in to comment.