Skip to content

Commit

Permalink
chore: Don't update test data
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
epage committed Jul 19, 2023
1 parent e1e2f2d commit 2f594ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
semanticCommits: 'enabled',
configMigration: true,
dependencyDashboard: false,
ignorePaths: [
"**/tests/**",
],
packageRules: [
// Goals:
// - Rollup safe upgrades to reduce CI runner load
Expand Down

0 comments on commit 2f594ec

Please sign in to comment.