diff --git a/default.json b/default.json index dd55866..2f68b40 100644 --- a/default.json +++ b/default.json @@ -41,8 +41,6 @@ "semanticCommitType": "fix" }, { - "matchManagers": ["npm"], - "matchPackageNames": ["@types/node"], "matchUpdateTypes": ["major"], "enabled": false diff --git a/non-critical.json b/non-critical.json index fbcadb5..e19b328 100644 --- a/non-critical.json +++ b/non-critical.json @@ -18,8 +18,6 @@ "group": { "commitMessageTopic": "{{groupName}}" } }, { - "matchManagers": ["npm"], - "matchPackageNames": ["@types/node"], "matchUpdateTypes": ["major"], "enabled": false }, diff --git a/third-party-major.json b/third-party-major.json index e5fb39e..e7903a1 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -53,13 +53,9 @@ "allowedVersions": "< 6" }, { - "excludePackageNames": ["braid-design-system", "sku", "skuba"], - "excludePackagePatterns": ["^@?seek", "seek$"], - "matchDepTypes": ["devDependencies", "peerDependencies"], - "matchManagers": ["npm"], "matchUpdateTypes": ["major"], - "schedule": "after 3:00 am and before 6:00 am every 2 weeks on Tuesday" + "enabled": false }, { "excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],