diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 011c5cdd4..a7d6e7672 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -72,6 +72,7 @@ // junit 6+ requires Java 17+ matchPackageNames: [ 'org.junit:**', + 'org.junit.jupiter:**', ], matchUpdateTypes: [ 'major',