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