Skip to content

Commit

Permalink
Fixing TestNG and Logback versions for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
galovics committed Sep 14, 2022
1 parent 6ac0177 commit f8c48bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
"io.swagger.parser.v3:swagger-parser"
],
"allowedVersions": "<=2.0.5"
},
{
"matchPackageNames": [
"org.testng:testng"
],
"allowedVersions": "<=7.5"
},
{
"matchPackageNames": [
"ch.qos.logback:logback-core"
],
"allowedVersions": "<=1.2.11"
},
{
"matchPackageNames": [
"ch.qos.logback:logback-classic"
],
"allowedVersions": "<=1.2.11"
}
]
}
Expand Down

0 comments on commit f8c48bf

Please sign in to comment.