Skip to content

Commit 2b9c5fe

Browse files
authored
chore(ci): Update renovate schedules (#887)
- Replace deprecated `breejslater` syntax with `cron` syntax https://docs.renovatebot.com/key-concepts/scheduling/#deprecated-breejslater-syntax - Use these triggers, limit the window to avoid spam: - Every **Tuesday - Friday** between **1:00 and 2:00** to update **dependencies** - Every **Monday** between **1:00 and 2:00** to update **lockfiles** - Do not run both jobs on the same day.
1 parent 7910bde commit 2b9c5fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"enabled": true,
1010
"automerge": true,
1111
"automergeType": "pr",
12-
"schedule": ["before 11am every weekday"]
12+
"schedule": ["* 1-2 * * 1"]
1313
},
1414
"packageRules": [
1515
{
@@ -32,6 +32,6 @@
3232
],
3333
"minimumReleaseAge": "1 day",
3434
"internalChecksFilter": "strict",
35-
"schedule": ["before 7am every weekday"],
35+
"schedule": ["* 1-2 * * 2-5"],
3636
"ignoreDeps": ["apify_client", "docusaurus-plugin-typedoc-api"]
3737
}

0 commit comments

Comments
 (0)