Skip to content

Commit

Permalink
Configure rule to stick to JUnit baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 12, 2024
1 parent 43cd7ea commit 0fc9b7f
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,13 @@
],
packageRules: [
{
matchCurrentValue: '/^2\\./',
allowedVersions: '(,3.0)',
matchPackageNames: [
'org.codehaus.groovy:{/,}**',
],
},
{
matchCurrentValue: '/^4\\./',
allowedVersions: '(,5.0)',
matchPackageNames: [
'org.apache.groovy:{/,}**',
],
},
{
matchCurrentValue: '/^1\\./',
allowedVersions: '/^1\\..*-groovy-2\\.*/',
matchPackageNames: [
'org.spockframework:{/,}**',
allowedVersions: '(,5.8)',
description: [
'Stick to 5.7.x as required baseline for JUnit',
],
},
{
allowedVersions: '!/-SNAPSHOT$/',
matchPackageNames: [
'org.opentest4j.reporting:{/,}**',
],
'org.junit:{/,}**'
]
},
],
}

0 comments on commit 0fc9b7f

Please sign in to comment.