Skip to content

Commit

Permalink
Add jest v28 pin for main branch to renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Sep 19, 2022
1 parent 40ed23f commit 240b46b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,11 @@
// Once 2.1.0 is released, we should switch to "2.x" here and change out of alphas.
allowedVersions: "2.1.0-alpha.3",
},
{
// v29 dropped support for node 12.
matchPackageNames: ["jest", "jest-config", "ts-jest", "@types/jest", ],
matchBaseBranches: ["main"],
allowedVersions: "28.x"
},
]
}

0 comments on commit 240b46b

Please sign in to comment.