Skip to content

Commit

Permalink
Disable major version upgrades for Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Oct 11, 2023
1 parent 0b51117 commit 7f7d209
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"ignorePaths": ["spock-*/**"],
"packageRules": [
// Disable major version upgrades for Groovy versions
// as we want to keep one for each major version
// as we want to keep one for each major version.
// The same applies for mockito as we test with both 4 and 5
{
"matchPackagePrefixes": ["org.codehaus.groovy:", "org.apache.groovy:"],
"matchPackagePrefixes": ["org.codehaus.groovy:", "org.apache.groovy:", "org.mockito:"],
"matchManagers": ["regex"],
"matchUpdateTypes": ["major"],
"enabled": false
Expand Down

0 comments on commit 7f7d209

Please sign in to comment.