Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
Dockerfile(dockerfile) -
build.gradle(gradle) -
settings.gradle(gradle) -
gradle/wrapper/gradle-wrapper.properties(gradle-wrapper) -
pom.xml(maven)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Separate major versions of dependencies into individual branches/PRs
- Do not separate patch and minor upgrades into separate PRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise PRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fixfor dependencies andchorefor all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all PRs
- Ignore
node_modules,bower_components,vendorand various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit PR creation to a maximum of two per hour
- Limit to maximum 20 open PRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 13 Pull Requests:
Update dependency com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin to v4.0.4
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.johnrengelman.shadow-com.github.johnrengelman.shadow.gradle.plugin-4.x - Merge into:
master - Upgrade com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin to
4.0.4
Update dependency commons-codec:commons-codec to v1.14
- Schedule: ["at any time"]
- Branch name:
renovate/commons-codec-commons-codec-1.x - Merge into:
master - Upgrade commons-codec:commons-codec to
1.14
Update dependency gradle to v4.10.3
- Schedule: ["at any time"]
- Branch name:
renovate/gradle-4.x - Merge into:
master - Upgrade gradle to
4.10.3
Update dependency javax.servlet:javax.servlet-api to v3.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/javax.servlet-javax.servlet-api-3.x - Merge into:
master - Upgrade javax.servlet:javax.servlet-api to
3.1.0
Update dependency org.apache.commons:commons-lang3 to v3.10
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.commons-commons-lang3-3.x - Merge into:
master - Upgrade org.apache.commons:commons-lang3 to
3.10
Update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.3.0
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.maven.plugins-maven-assembly-plugin-3.x - Merge into:
master - Upgrade org.apache.maven.plugins:maven-assembly-plugin to
3.3.0
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x - Merge into:
master - Upgrade org.apache.maven.plugins:maven-compiler-plugin to
3.8.1
Update dependency org.bouncycastle:bcprov-jdk15on to v1.65.01
- Schedule: ["at any time"]
- Branch name:
renovate/org.bouncycastle-bcprov-jdk15on-1.x - Merge into:
master - Upgrade org.bouncycastle:bcprov-jdk15on to
1.65.01
Update dependency org.eclipse.jetty.aggregate:jetty-all to v8.2.0.v20160908
- Schedule: ["at any time"]
- Branch name:
renovate/org.eclipse.jetty.aggregate-jetty-all-8.x - Merge into:
master - Upgrade org.eclipse.jetty.aggregate:jetty-all to
8.2.0.v20160908
Update dependency com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin to v6
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.johnrengelman.shadow-com.github.johnrengelman.shadow.gradle.plugin-6.x - Merge into:
master - Upgrade com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin to
6.0.0
Update dependency gradle to v6
- Schedule: ["at any time"]
- Branch name:
renovate/gradle-6.x - Merge into:
master - Upgrade gradle to
6.5.1
Update dependency javax.servlet:javax.servlet-api to v4
- Schedule: ["at any time"]
- Branch name:
renovate/javax.servlet-javax.servlet-api-4.x - Merge into:
master - Upgrade javax.servlet:javax.servlet-api to
4.0.1
Update dependency org.eclipse.jetty.aggregate:jetty-all to v9
- Schedule: ["at any time"]
- Branch name:
renovate/org.eclipse.jetty.aggregate-jetty-all-9.x - Merge into:
master - Upgrade org.eclipse.jetty.aggregate:jetty-all to
9.4.30.v20200611
:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.
:question: Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by WhiteSource Renovate. View repository job log here.