Skip to content

Commit a458378

Browse files
authored
chore(deps): ignore fs-extra versions >=10 (#452)
1 parent fa5d11d commit a458378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json5

+7
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
ignorePresets: [':prHourlyLimit2'],
44
semanticCommits: true,
55
dependencyDashboard: true,
6+
// Those cannot be upgraded until we drop support for Node 10
7+
packageRules: [
8+
{
9+
matchPackageNames: ['fs-extra'],
10+
allowedVersions: '<10',
11+
},
12+
],
613
}

0 commit comments

Comments
 (0)