From 5645ce4185e8b189458df3f8d6929993851612b9 Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Fri, 5 May 2023 15:33:24 -0700 Subject: [PATCH] ignore scripts changes --- beachball.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/beachball.config.js b/beachball.config.js index 9f8360e20..1cd98317a 100644 --- a/beachball.config.js +++ b/beachball.config.js @@ -10,6 +10,7 @@ module.exports = { 'docs/**', 'jest.*.js', 'renovate.json5', + 'scripts/jest*', 'src/__*/**', // This one is especially important (otherwise dependabot would be blocked by change file requirements) 'yarn.lock',