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:
Erik Michelson 2020-06-11 20:57:41 +02:00 committed by GitHub
parent ed52ffb72f
commit 9d2a1d7035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,8 @@
"groupName": "JS test packages"
}
],
"prHourlyLimit": 0,
"schedule": [
"after 2am",
"before 8am"
"on Saturday"
]
}