From e22ed164e2bcbb054e4e3b35ec5e1bc11ee8b602 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Tue, 18 May 2021 22:52:27 +0900 Subject: [PATCH] ci: configured renovate ignore --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3526209..9b38d61 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,5 @@ "schedule": ["before 8am"], "extends": ["config:base"], "timezone": "Asia/Seoul", - "ignorePaths": ["/public"] + "ignorePaths": ["public/"] }