Skip to content

Commit c0d9a61

Browse files
committed
chore: remove unused renovate regex matcher
This matcher was used to match `react-apollo` in the root `package.json` in the `canarist` configuration, because we pinned it there.
1 parent f44198f commit c0d9a61

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

renovate.json

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
"release-bot/next-v15.x",
1717
"release-bot/next-v14.x"
1818
],
19-
"regexManagers": [
20-
{
21-
"fileMatch": ["^package.json$"],
22-
"matchStrings": [
23-
"\"react-apollo\": \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
24-
],
25-
"depNameTemplate": "yarn",
26-
"datasourceTemplate": "npm"
27-
}
28-
],
2919
"packageRules": [
3020
{
3121
"matchDepTypes": ["dependencies", "peerDependencies"],

0 commit comments

Comments
 (0)