Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Detected Package Files
-
build.gradle
(gradle) -
settings.gradle
(gradle) -
gradle/wrapper/gradle-wrapper.properties
(gradle-wrapper)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding MR is merged
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
renovate.json
in this branch with your custom config and the list of Merge 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 8 Merge Requests:
Update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v4.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.spotbugs-com.github.spotbugs.gradle.plugin-4.x
- Merge into:
develop
- Upgrade com.github.spotbugs:com.github.spotbugs.gradle.plugin to
4.7.0
Update dependency commons-io:commons-io to v2.8.0
- Schedule: ["at any time"]
- Branch name:
renovate/commons-io-commons-io-2.x
- Merge into:
develop
- Upgrade commons-io:commons-io to
2.8.0
Update dependency de.bsvrz.dav:de.bsvrz.dav.daf to v3.17.1
- Schedule: ["at any time"]
- Branch name:
renovate/de.bsvrz.dav-de.bsvrz.dav.daf-3.x
- Merge into:
develop
- Upgrade de.bsvrz.dav:de.bsvrz.dav.daf to
3.17.1
Update dependency de.bsvrz.sys:de.bsvrz.sys.funclib.application to v3.17.1
- Schedule: ["at any time"]
- Branch name:
renovate/de.bsvrz.sys-de.bsvrz.sys.funclib.application-3.x
- Merge into:
develop
- Upgrade de.bsvrz.sys:de.bsvrz.sys.funclib.application to
3.17.1
Update dependency gradle to v6.8.3
- Schedule: ["at any time"]
- Branch name:
renovate/gradle-6.x
- Merge into:
develop
- Upgrade gradle to
6.8.3
Update dependency org.apache.commons:commons-csv to v1.8
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.commons-commons-csv-1.x
- Merge into:
develop
- Upgrade org.apache.commons:commons-csv to
1.8
Update dependency org.apache.derby:derby to v10.15.2.0
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.derby-derby-10.x
- Merge into:
develop
- Upgrade org.apache.derby:derby to
10.15.2.0
Update dependency org.junit.jupiter:junit-jupiter to v5.7.1
- Schedule: ["at any time"]
- Branch name:
renovate/junit5-monorepo
- Merge into:
develop
- Upgrade org.junit.jupiter:junit-jupiter to
5.7.1
prhourlylimit
for details.
This MR has been generated by Renovate Bot.