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 e77c485
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,30 @@
],
"prHourlyLimit": 0,
"postUpdateOptions": ["yarnDedupeHighest"],
"baseBranches": ["$default", "stable-2.462"],
"packageRules": [
{
"matchBaseBranches": ["/stable-.+/"],
"matchManagers": ["maven"],
"labels": ["dependencies", "into-lts", "needs-justification"],
"enabled": true
},
{
"matchDatasources": ["npm"],
"matchBaseBranches": ["$default"],
"addLabels": ["javascript"],
"minimumReleaseAge": "3 days",
"reviewers": ["team:sig-ux"]
},
{
"matchPackageNames": ["node"],
"matchBaseBranches": ["$default"],
"allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/"
},
{
"description": "Should be upgraded in lockstep in order to keep their corresponding Jetty versions aligned, could be grouped but releases are likely separated by a bit of time",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"enabled": false,
"matchPackageNames": [
"/(org.eclipse.jetty:jetty-maven-plugin|org.jenkins-ci:winstone)/"
Expand All @@ -29,12 +39,14 @@
{
"description": "Provided by Jetty and should be aligned with the version provided by the version of Jetty we deliver. See: https://github.com/jenkinsci/jenkins/pull/5211",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"enabled": false,
"matchPackageNames": ["/jakarta.servlet:jakarta.servlet-api/"]
},
{
"description": "Contains incompatible API changes and needs compatibility work",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"enabled": false,
"matchPackageNames": [
"/jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api/"
Expand All @@ -43,47 +55,55 @@
{
"description": "Needs significant testing. See: https://github.com/jenkinsci/jenkins/pull/5112#issuecomment-744429487 and https://github.com/jenkinsci/jenkins/pull/5116#issuecomment-744526638",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"allowedVersions": "<2.5.0",
"matchPackageNames": ["/org.codehaus.groovy:groovy-all/"]
},
{
"description": "Consumed by Groovy and should be updated in lockstep with Groovy. See: https://github.com/jenkinsci/jenkins/pull/5184",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"enabled": false,
"matchPackageNames": ["/org.fusesource.jansi:jansi/"]
},
{
"description": "Contains incompatible API changes and needs compatibility work. See: https://github.com/jenkinsci/jenkins/pull/4224",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"enabled": false,
"matchPackageNames": ["/org.jfree:jfreechart/"]
},
{
"description": "Starting with 6.x, Spring requires Java 17 at a minimum.",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"allowedVersions": "<6.0.0",
"matchPackageNames": ["/org.springframework/"]
},
{
"description": "Starting with 7.x, Guice switches from javax.* to jakarta.* bindings. See https://github.com/google/guice/wiki/Guice700",
"matchManagers": ["maven"],
"matchBaseBranches": ["/.+/"],
"allowedVersions": "<7.0.0",
"matchPackageNames": ["/com.google.inject:guice-bom/"]
},
{
"matchFileNames": ["test/pom.xml", "core/pom.xml", "war/pom.xml"],
"matchBaseBranches": ["/.+/"],
"matchPackageNames": ["org.jenkins-ci.main:remoting"],
"description": "Avoid updating the remoting.minimum.supported.version property but still update latest one by not placing this property in the parent pom.xml",
"enabled": false
},
{
"matchPackageNames": ["net.jcip:jcip-annotations"],
"matchBaseBranches": ["/.+/"],
"matchDatasources": ["maven"],
"enabled": false,
"description": "maven-metadata.xml is missing for this really old package which is required by renovate"
},
{
"matchPackageNames": ["org.maven.ide.eclipse:lifecycle-mapping"],
"matchBaseBranches": ["/.+/"],
"matchDatasources": ["maven"],
"enabled": false,
"description": "see https://github.com/jenkinsci/jenkins/pull/9522"
Expand Down

0 comments on commit e77c485

Please sign in to comment.