diff options
Diffstat (limited to 'renovate.json5')
| -rw-r--r-- | renovate.json5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/renovate.json5 b/renovate.json5 index a861d2f62c..55da13e7a9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -14,7 +14,9 @@ "dependencyDashboardOSVVulnerabilitySummary": "unresolved", "ignoreDeps": [ // https://github.com/misskey-dev/misskey/pull/15489#issuecomment-2660717458 - "@typescript/lib-webworker" + "@typescript/lib-webworker", + // https://github.com/misskey-dev/misskey/pull/15494#issuecomment-2660775258 + "nsfwjs", ], "packageRules": [ { |