diff --git a/renovate.json b/.github/renovate.json similarity index 71% rename from renovate.json rename to .github/renovate.json index c084aec..3526209 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -3,5 +3,6 @@ "reviewers": ["team:core-developer"], "schedule": ["before 8am"], "extends": ["config:base"], - "timezone": "Asia/Seoul" + "timezone": "Asia/Seoul", + "ignorePaths": ["/public"] }