From d6715c22bc7d301227775f76ba95d6b62ba356c7 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 28 Feb 2020 13:44:57 -0500 Subject: [PATCH] chore: enable renovate for website (#3346) --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 77ec47a6..3ef4299d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,3 @@ { - "extends": ["github>netlify/renovate-config:default"], - "ignorePaths": ["website/"] + "extends": ["github>netlify/renovate-config:default"] }