Skip to content

Commit

Permalink
Add package rules for Jackson and Dropwizard Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 19, 2021
1 parent ee08bf0 commit 945092b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"baseBranches": ["release/4.1.x", "release/4.2.x", "release/5.0.x"],
"dependencyDashboard": true,
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePrefixes": ["io.dropwizard.metrics"],
"allowedVersions": "<4.3.0"
},
{
"matchPackagePrefixes": ["com.fasterxml.jackson"],
"allowedVersions": "<2.13.0"
}
],
"reviewers": ["team:committers", "team:metrics"],
"schedule": [
"before 2am"
Expand Down

0 comments on commit 945092b

Please sign in to comment.