diff --git a/renovate.json b/renovate.json index 57fe916b5c..5ba33de581 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,8 @@ { - "extends": ["github>unjs/renovate-config"] + "extends": [ + "github>unjs/renovate-config" + ], + "ignoreDeps": [ + "crossws" + ] }