From 7a6c82cd51dfa82486913a0ebad5505438dbfc40 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 15 Apr 2019 10:47:02 +0100 Subject: [PATCH] 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 --- ghost/admin/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/renovate.json b/ghost/admin/renovate.json index 611ce1c7fc..56ed313176 100644 --- a/ghost/admin/renovate.json +++ b/ghost/admin/renovate.json @@ -11,6 +11,7 @@ "normalize.css", "validator" ], + "prHourlyLimit": 0, "ignorePaths": ["lib/koenig-editor/package.json"], "travis": { "enabled": true }, "node": {