diff-coverage-maven-plugin
diff-coverage-maven-plugin copied to clipboard
Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
.github/workflows/build.yml
(github-actions) -
.github/workflows/release.yml
(github-actions) -
pom.xml
(maven) -
src/it/exclude-classes/pom.xml
(maven) -
src/it/excluded-all-classes/pom.xml
(maven) -
src/it/fail-on-duplicated-coverage-config-check/pom.xml
(maven) -
src/it/git-diff-support/pom.xml
(maven) -
src/it/include-classes/pom.xml
(maven) -
src/it/include-exclude-classes/pom.xml
(maven) -
src/it/multi-module-reports-exclusions-check/moduleA/pom.xml
(maven) -
src/it/multi-module-reports-exclusions-check/moduleB/pom.xml
(maven) -
src/it/multi-module-reports-exclusions-check/pom.xml
(maven) -
src/it/multi-module-reports-exclusions-check/report/pom.xml
(maven) -
src/it/multi-module-reports-generation-check/moduleA/pom.xml
(maven) -
src/it/multi-module-reports-generation-check/moduleB/pom.xml
(maven) -
src/it/multi-module-reports-generation-check/pom.xml
(maven) -
src/it/multi-module-reports-generation-check/report/pom.xml
(maven) -
src/it/reports-generation-check/pom.xml
(maven) -
src/it/url-source-check/pom.xml
(maven) -
src/it/violation-rules-check/pom.xml
(maven) -
.mvn/wrapper/maven-wrapper.properties
(maven-wrapper)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 18 Pull Requests:
Update dependency org.eclipse.jgit:org.eclipse.jgit to v6.6.1.202309021850-r [SECURITY]
- Branch name:
renovate/maven-org.eclipse.jgit-org.eclipse.jgit-vulnerability
- Merge into:
master
- Upgrade org.eclipse.jgit:org.eclipse.jgit to
6.6.1.202309021850-r
Update dependency com.github.surpsg:diff-coverage-maven-plugin to v0.3.3
- Schedule: ["at any time"]
- Branch name:
renovate/diff.coverage.plugin.version
- Merge into:
master
- Upgrade com.github.surpsg:diff-coverage-maven-plugin to
0.3.3
Update dependency junit:junit to v4.13.2
- Schedule: ["at any time"]
- Branch name:
renovate/junit-junit-4.x
- Merge into:
master
- Upgrade junit:junit to
4.13.2
Update dependency maven to v3.9.6
- Schedule: ["at any time"]
- Branch name:
renovate/maven-3.x
- Merge into:
master
- Upgrade maven to
3.9.6
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
- Schedule: ["at any time"]
- Branch name:
renovate/org.jacoco-jacoco-maven-plugin-0.x
- Merge into:
master
- Upgrade org.jacoco:jacoco-maven-plugin to
0.8.12
Update jacoco.version to v0.8.12
- Schedule: ["at any time"]
- Branch name:
renovate/jacoco.version
- Merge into:
master
- Upgrade org.jacoco:jacoco-maven-plugin to
0.8.12
- Upgrade org.jacoco:org.jacoco.report to
0.8.12
- Upgrade org.jacoco:org.jacoco.core to
0.8.12
Update maven.version to v3.9.6
- Schedule: ["at any time"]
- Branch name:
renovate/maven.version
- Merge into:
master
- Upgrade org.apache.maven:maven-core to
3.9.6
- Upgrade org.apache.maven:maven-plugin-api to
3.9.6
Update dependency maven-wrapper to v3.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/maven-wrapper-3.x
- Merge into:
master
- Upgrade maven-wrapper to
3.3.1
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.maven.plugins-maven-gpg-plugin-3.x
- Merge into:
master
- Upgrade org.apache.maven.plugins:maven-gpg-plugin to
3.2.4
Update dependency org.apache.maven.plugins:maven-invoker-plugin to v3.6.1
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.maven.plugins-maven-invoker-plugin-3.x
- Merge into:
master
- Upgrade org.apache.maven.plugins:maven-invoker-plugin to
3.6.1
Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/org.apache.maven.plugins-maven-source-plugin-3.x
- Merge into:
master
- Upgrade org.apache.maven.plugins:maven-source-plugin to
3.3.1
Update dependency org.jetbrains.dokka:dokka-maven-plugin to v1.9.20
- Schedule: ["at any time"]
- Branch name:
renovate/org.jetbrains.dokka-dokka-maven-plugin-1.x
- Merge into:
master
- Upgrade org.jetbrains.dokka:dokka-maven-plugin to
1.9.20
Update kotlin monorepo to v1.9.24
- Schedule: ["at any time"]
- Branch name:
renovate/kotlin-monorepo
- Merge into:
master
- Upgrade org.jetbrains.kotlin:kotlin-maven-plugin to
1.9.24
- Upgrade org.jetbrains.kotlin:kotlin-test-junit to
1.9.24
- Upgrade org.jetbrains.kotlin:kotlin-stdlib-jdk8 to
1.9.24
Update maven.plugin.tools.version to v3.13.0
- Schedule: ["at any time"]
- Branch name:
renovate/maven.plugin.tools.version
- Merge into:
master
- Upgrade org.apache.maven.plugins:maven-plugin-plugin to
3.13.0
- Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations to
3.13.0
Update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x
- Merge into:
master
- Upgrade actions/checkout to
v4
Update actions/setup-java action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-java-4.x
- Merge into:
master
- Upgrade actions/setup-java to
v4
Update codecov/codecov-action action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/codecov-codecov-action-4.x
- Merge into:
master
- Upgrade codecov/codecov-action to
v4
Update dependency org.codehaus.plexus:plexus-utils to v4
- Schedule: ["at any time"]
- Branch name:
renovate/org.codehaus.plexus-plexus-utils-4.x
- Merge into:
master
- Upgrade org.codehaus.plexus:plexus-utils to
4.0.1
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit
for details.
[!WARNING] Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.
Failed to look up maven package jacoco:it-check-passes-moduleA
Failed to look up maven package jacoco:it-check-passes-moduleB
Files affected:
src/it/multi-module-reports-exclusions-check/report/pom.xml
,src/it/multi-module-reports-generation-check/report/pom.xml
❓ 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 Mend Renovate. View repository job log here.