Skip to content

Commit c810823

Browse files
renovate[bot]danez
andauthored
fix(deps): update dependency fastify to v4.17.0 (#5708)
* 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>
1 parent e916d49 commit c810823

File tree

3 files changed

+76
-63
lines changed

3 files changed

+76
-63
lines changed

package-lock.json

+53-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>netlify/renovate-config:esm"],
4+
"ignorePresets": [":prHourlyLimit2"],
5+
"semanticCommits": "enabled",
6+
"dependencyDashboard": true,
7+
"postUpdateOptions": ["npmDedupe"],
8+
"additionalBranchPrefix": "{{parentDir}}-",
9+
"packageRules": [
10+
{
11+
"matchFiles": ["site/package.json"],
12+
"semanticCommitType": "chore",
13+
"addLabels": ["website"],
14+
"semanticCommitScope": "website"
15+
},
16+
{
17+
"matchPaths": ["tests/**/package.json"],
18+
"semanticCommitType": "chore",
19+
"addLabels": ["tests"],
20+
"semanticCommitScope": "tests"
21+
}
22+
]
23+
}

renovate.json5

-12
This file was deleted.

0 commit comments

Comments
 (0)