0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Remove 2-per-hour PR limit for Renovate (#1158)

no issue
- the `config:base` preset sets a maximum of 2 PRs per hour
- we have specific timings for Renovate in this repo so the max limit is more hindrance than help
This commit is contained in:
Kevin Ansfield 2019-04-15 10:47:02 +01:00 committed by GitHub
parent d911bc5d44
commit 7a6c82cd51

View file

@ -11,6 +11,7 @@
"normalize.css",
"validator"
],
"prHourlyLimit": 0,
"ignorePaths": ["lib/koenig-editor/package.json"],
"travis": { "enabled": true },
"node": {