Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: dont upgrade hand-built fixture modules (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
netlify-team-account-1 and kodiakhq[bot] authored Oct 11, 2021
1 parent 65c32c2 commit 9d976fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
extends: ['github>netlify/renovate-config:default'],
ignorePresets: [':prHourlyLimit2'],
ignorePaths: ["benchmarks/fixtures/"],
ignorePaths: [
"benchmarks/fixtures/",
"tests/fixtures/node_modules" // hand-built node_modules folder, used for testing. shouldn't be updated.
],
semanticCommits: true,
dependencyDashboard: true,
automerge: false,
Expand Down

1 comment on commit 9d976fe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 12.6s

largeDepsZisi: 1m 12.7s

Please sign in to comment.