From bcb5caf89ea847227c3ffd5ed0dd67fa1f256486 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 24 Sep 2019 17:25:23 -0400 Subject: [PATCH] chore: update renovate to ignore website dir --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3ef4299d..77ec47a6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["github>netlify/renovate-config:default"] + "extends": ["github>netlify/renovate-config:default"], + "ignorePaths": ["website/"] }