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/*"] }