Skip to content

Commit 7f7d209

Browse files
committed
Disable major version upgrades for Mockito
1 parent 0b51117 commit 7f7d209

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"ignorePaths": ["spock-*/**"],
99
"packageRules": [
1010
// Disable major version upgrades for Groovy versions
11-
// as we want to keep one for each major version
11+
// as we want to keep one for each major version.
12+
// The same applies for mockito as we test with both 4 and 5
1213
{
13-
"matchPackagePrefixes": ["org.codehaus.groovy:", "org.apache.groovy:"],
14+
"matchPackagePrefixes": ["org.codehaus.groovy:", "org.apache.groovy:", "org.mockito:"],
1415
"matchManagers": ["regex"],
1516
"matchUpdateTypes": ["major"],
1617
"enabled": false

0 commit comments

Comments
 (0)