diff --git a/default.json b/default.json index d232b47..2465eec 100644 --- a/default.json +++ b/default.json @@ -41,7 +41,11 @@ "semanticCommitType": "fix" }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types" + ], "matchUpdateTypes": ["major"], "enabled": false diff --git a/non-critical.json b/non-critical.json index 1e035f7..bca7307 100644 --- a/non-critical.json +++ b/non-critical.json @@ -18,7 +18,11 @@ "group": { "commitMessageTopic": "{{groupName}}" } }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types" + ], "matchUpdateTypes": ["major"], "enabled": false diff --git a/third-party-major.json b/third-party-major.json index 7fcaae3..d755c59 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -59,7 +59,11 @@ "allowedVersions": "!/^4.21.0$/" }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types" + ], "matchUpdateTypes": ["major"], "enabled": false