From 2f594ec2588b5f734b9b837534930324fdc32899 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Jul 2023 08:41:36 -0500 Subject: [PATCH] chore: Don't update test data Inspired by #12378 There is a preset for ignores but I feel like we'd more likely want to be able to easily see whats actuazlly ignored. --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ccde026cc22..137daa542cb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,9 @@ semanticCommits: 'enabled', configMigration: true, dependencyDashboard: false, + ignorePaths: [ + "**/tests/**", + ], packageRules: [ // Goals: // - Rollup safe upgrades to reduce CI runner load