Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.17.0 (#5708)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency fastify to v4.17.0

* chore: do npm dedupe

* chore: use chore for website

* chore: scopes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
  • Loading branch information
renovate[bot] and danez authored May 13, 2023
1 parent e916d49 commit c810823
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 63 deletions.
104 changes: 53 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>netlify/renovate-config:esm"],
"ignorePresets": [":prHourlyLimit2"],
"semanticCommits": "enabled",
"dependencyDashboard": true,
"postUpdateOptions": ["npmDedupe"],
"additionalBranchPrefix": "{{parentDir}}-",
"packageRules": [
{
"matchFiles": ["site/package.json"],
"semanticCommitType": "chore",
"addLabels": ["website"],
"semanticCommitScope": "website"
},
{
"matchPaths": ["tests/**/package.json"],
"semanticCommitType": "chore",
"addLabels": ["tests"],
"semanticCommitScope": "tests"
}
]
}
12 changes: 0 additions & 12 deletions renovate.json5

This file was deleted.

1 comment on commit c810823

@github-actions
Copy link

Choose a reason for hiding this comment

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

📊 Benchmark results

  • Package size: 234 MB

Please sign in to comment.