Skip to content

Commit 9c2d91a

Browse files
committed
Fix a couple renovate rules for now to unblock regular dep updates
1 parent f25acf2 commit 9c2d91a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json5

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"matchBaseBranches": ["master"],
6060
"allowedVersions": "~14.2.1"
6161
},
62+
{
63+
"matchPackageNames": ["graphql"],
64+
"matchBaseBranches": ["version-3"],
65+
"allowedVersions": "15.2.0"
66+
},
6267
{
6368
"matchPackageNames": ["@types/node"],
6469
"matchBaseBranches": ["master"],
@@ -90,7 +95,6 @@
9095
},
9196
{
9297
"matchPackageNames": ["@apollo/federation"],
93-
"matchBaseBranches": ["master"],
9498
"allowedVersions": "0.27.0"
9599
},
96100
],

0 commit comments

Comments
 (0)