Skip to content

Commit

Permalink
Update maven dependencies on latest LTS branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 4, 2024
1 parent 9169add commit fbef2eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"prHourlyLimit": 0,
"postUpdateOptions": ["yarnDedupeHighest"],
"baseBranches": ["$defaultBranch", "stable-2.462"],
"packageRules": [
{
"matchDatasources": ["npm"],
Expand Down Expand Up @@ -87,6 +88,17 @@
"matchDatasources": ["maven"],
"enabled": false,
"description": "see https://github.com/jenkinsci/jenkins/pull/9522"
},
{
"matchBaseBranches": ["/stable-.+/"],
"matchManagers": ["*"],
"enabled": false
},
{
"matchBaseBranches": ["/stable-.+/"],
"matchManagers": ["maven"],
"labels": ["dependencies", "into-lts", "needs-justification"],
"enabled": true
}
],
"customManagers": [
Expand Down

0 comments on commit fbef2eb

Please sign in to comment.