diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 7e54cb09..00000000 --- a/.github/renovate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - "group:allNonMajor", - ":prConcurrentLimitNone", - ":dependencyDashboard" - ], - "packageRules": [ - { - "groupName": "Non major updates", - "groupSlug": "non-major-updates", - "matchPackagePatterns": ["*"], - "excludePackageNames": ["@types/*", "typescript"], - "matchUpdateTypes": ["minor", "patch"] - }, - { - "groupName": "Major updates", - "groupSlug": "major-updates", - "matchPackagePatterns": ["*"], - "excludePackageNames": ["@types/*", "typescript"], - "matchUpdateTypes": ["major"] - } - ], - "postUpdateOptions": ["npmDedupe"] -}