Skip to content

Commit 00b8da6

Browse files
committed
Auto merge of #12380 - epage:tests, r=ehuss
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.
2 parents fc6cf8c + 2f594ec commit 00b8da6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
semanticCommits: 'enabled',
66
configMigration: true,
77
dependencyDashboard: false,
8+
ignorePaths: [
9+
"**/tests/**",
10+
],
811
packageRules: [
912
// Goals:
1013
// - Rollup safe upgrades to reduce CI runner load

0 commit comments

Comments
 (0)