Skip to content

Commit 240b46b

Browse files
committed
Add jest v28 pin for main branch to renovate config
1 parent 40ed23f commit 240b46b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,11 @@
163163
// Once 2.1.0 is released, we should switch to "2.x" here and change out of alphas.
164164
allowedVersions: "2.1.0-alpha.3",
165165
},
166+
{
167+
// v29 dropped support for node 12.
168+
matchPackageNames: ["jest", "jest-config", "ts-jest", "@types/jest", ],
169+
matchBaseBranches: ["main"],
170+
allowedVersions: "28.x"
171+
},
166172
]
167173
}

0 commit comments

Comments
 (0)