Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 744fcfb

Browse files
chore(config): migrate config renovate.json5
1 parent 0100131 commit 744fcfb

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

renovate.json5

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
extends: ['github>netlify/renovate-config:default'],
3-
ignorePresets: [':prHourlyLimit2'],
4-
semanticCommits: true,
5-
masterIssue: true,
2+
extends: ["github>netlify/renovate-config:default"],
3+
ignorePresets: [":prHourlyLimit2"],
4+
semanticCommits: "enabled",
5+
dependencyDashboard: true,
66
automerge: true,
77
packageRules: [
88
{
9-
// Those cannot be upgraded to a major version until we drop support for Node 8
10-
packageNames: [
11-
'ava',
12-
],
9+
matchPackageNames: ["ava"],
1310
major: {
1411
enabled: false,
1512
},

0 commit comments

Comments
 (0)