Skip to content

Commit

Permalink
feat(renovate): adjust stabilityDays and add schedule
Browse files Browse the repository at this point in the history
The stabilityDays for the overall project has been reduced from 22 to 2.
A timezone of Europe/London has been set and a schedule of before 2pm on
Monday has been added. For the packages typia and ts-patch, the schedule
has been set to before 4am. No change in stabilityDays for these packages.
  • Loading branch information
ryoppippi committed Jun 6, 2024
1 parent ab1545d commit 8dd8807
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
"branchConcurrentLimit": 0,
"labels": ["dependencies", "renovate"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"stabilityDays": 22,
"stabilityDays": 2,
"timezone": "Europe/London",
"schedule": "before 2pm on Monday",
"packageRules": [
{
"matchPackageNames": ["typia", "ts-patch"],
"stabilityDays": 0,
"labels": ["peerDependencies", "typia", "renovate"],
"stabilityDays": 0,
"schedule": ["before 4am"],
"lockFileMaintenance": {
"enabled": true
}
Expand Down

0 comments on commit 8dd8807

Please sign in to comment.