mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Updated schedule of renovate (#192)
* Updated schedule of renovate Even if renovate only creates 1-2 pull requests per day, they start to become annoying. Therefore, we decided to limit the timeslot for renovate actions to our dependency-patch-day Saturday. * Added option to remove the hourly limit Because we extend config:base we have a default hourly limit of 2. This change sets that to 0 and thereby disables the limit.
This commit is contained in:
parent
ed52ffb72f
commit
9d2a1d7035
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
"groupName": "JS test packages"
|
||||
}
|
||||
],
|
||||
"prHourlyLimit": 0,
|
||||
"schedule": [
|
||||
"after 2am",
|
||||
"before 8am"
|
||||
"on Saturday"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue