From b4bfc60b95385b3d8c84d3ebf84155a63bbcc762 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 1 Jun 2020 11:54:06 +0300 Subject: [PATCH] chore: fix renovate config (#3838) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8133c80a..0a79a7d8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "extends": ["github>netlify/renovate-config:default"], - "semanticCommits": true + "ignorePresets": [":prHourlyLimit2"], + "semanticCommits": true, }