diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 120b680c..ee530b90 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -28,6 +28,7 @@ // junit 6+ requires Java 17+ matchPackageNames: [ 'org.junit:**', + 'org.junit.jupiter:**', ], matchUpdateTypes: [ 'major',