From fb3692209496bf57f1eefc184358171abcef333d Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Fri, 21 May 2021 22:03:54 +0900 Subject: [PATCH] ci: updated renovate --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9b38d61..de02d82 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/*"] }