From 78781ddb9ec3f5b0f79d42719765946ddd6950f2 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Tue, 2 Jan 2024 10:49:46 +1100 Subject: [PATCH] Include `@seek/indie-mocks` Co-authored-by: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> --- default.json | 3 ++- non-critical.json | 3 ++- third-party-major.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/default.json b/default.json index 2465eec..8a6b4c5 100644 --- a/default.json +++ b/default.json @@ -44,7 +44,8 @@ "excludePackageNames": [ "@koa/cors", "@seek/ie-logging", - "@seek/indie-api-types" + "@seek/indie-api-types", + "@seek/indie-mocks" ], "matchUpdateTypes": ["major"], diff --git a/non-critical.json b/non-critical.json index bca7307..0423586 100644 --- a/non-critical.json +++ b/non-critical.json @@ -21,7 +21,8 @@ "excludePackageNames": [ "@koa/cors", "@seek/ie-logging", - "@seek/indie-api-types" + "@seek/indie-api-types", + "@seek/indie-mocks" ], "matchUpdateTypes": ["major"], diff --git a/third-party-major.json b/third-party-major.json index d755c59..e1d268a 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -62,7 +62,8 @@ "excludePackageNames": [ "@koa/cors", "@seek/ie-logging", - "@seek/indie-api-types" + "@seek/indie-api-types", + "@seek/indie-mocks" ], "matchUpdateTypes": ["major"],