From f01affbb5d1ad2303336906d7b895085c2b84c41 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Tue, 2 Jan 2024 10:51:05 +1100 Subject: [PATCH] Allow `@seek/indie-api-types` major through (#103) * Allow `@seek/indie-api-types` major through This is tied to our AWS SDK upgrade: SEEK-Jobs/indie-api-types#911 * Include `@seek/indie-mocks` Co-authored-by: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> --------- Co-authored-by: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> --- default.json | 7 ++++++- non-critical.json | 7 ++++++- third-party-major.json | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/default.json b/default.json index d232b47..8a6b4c5 100644 --- a/default.json +++ b/default.json @@ -41,7 +41,12 @@ "semanticCommitType": "fix" }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types", + "@seek/indie-mocks" + ], "matchUpdateTypes": ["major"], "enabled": false diff --git a/non-critical.json b/non-critical.json index 1e035f7..0423586 100644 --- a/non-critical.json +++ b/non-critical.json @@ -18,7 +18,12 @@ "group": { "commitMessageTopic": "{{groupName}}" } }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types", + "@seek/indie-mocks" + ], "matchUpdateTypes": ["major"], "enabled": false diff --git a/third-party-major.json b/third-party-major.json index 7fcaae3..e1d268a 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -59,7 +59,12 @@ "allowedVersions": "!/^4.21.0$/" }, { - "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], + "excludePackageNames": [ + "@koa/cors", + "@seek/ie-logging", + "@seek/indie-api-types", + "@seek/indie-mocks" + ], "matchUpdateTypes": ["major"], "enabled": false