From 77196d057f857baaa7b8f77c8db8c1c0e171fc1a Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 22 May 2021 02:07:43 +0900 Subject: [PATCH] ci(renovate): removed unused option --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index de02d82..c084aec 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,6 +3,5 @@ "reviewers": ["team:core-developer"], "schedule": ["before 8am"], "extends": ["config:base"], - "timezone": "Asia/Seoul", - "ignorePaths": ["public/*"] + "timezone": "Asia/Seoul" }