From f873693c61f7e62ec09d57374aea4aecde6f1b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 5 Feb 2019 13:38:22 +0000 Subject: [PATCH] chore(renovate): tweak config Instead of 3 open PRs set a limit of 1 new PR per hour and enable nodejs updates in travis config --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index eb95468d8..eb4a0e990 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": ["config:base"], - "prConcurrentLimit": 3, - "rebaseStalePrs": false + "prHourlyLimit": 1, + "rebaseStalePrs": false, + "travis": { "enabled": true } }