From 894b1d002982cf32032a1fd87a528021765cfb9d Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 15 Mar 2019 10:47:25 -0400 Subject: [PATCH] chore: configure renovate to ignore website dir --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 03a630ec..1ab55de8 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,6 @@ "lockFileMaintenance": { "enabled": true, "extends": "schedule:weekly" - } + }, + "ignorePaths": ["website"] }