diff --git a/renovate.json b/renovate.json index 57fe916b..8bf873d4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "extends": ["github>unjs/renovate-config"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>unjs/renovate-config"], + "ignoreDeps": [ + "@types/node" + ] }