Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Configure Renovate #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: Configure Renovate #91

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 1, 2023

Mend 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/backport.yml (github-actions)
  • .github/workflows/ci-pipeline.yml (github-actions)
  • pom.xml (maven)

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 and chore 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 27 Pull Requests:

chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.11
chore(deps): update zeebe-io/backport-action action to v0.0.9
  • Schedule: ["at any time"]
  • Branch name: renovate/zeebe-io-backport-action-0.x
  • Merge into: main
  • Upgrade zeebe-io/backport-action to v0.0.9
fix(deps): update dependency com.avast.grpc.jwt:grpc-java-jwt-keycloak to v0.5.11
fix(deps): update dependency org.jboss.logging:jboss-logging to v3.5.3.final
fix(deps): update dependency org.keycloak:keycloak-admin-client to v18.0.2
chore(deps): update actions/cache action to v3.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: main
  • Upgrade actions/cache to v3.3.2
chore(deps): update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/plugin.version.assembly
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-assembly-plugin to 3.6.0
chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-enforcer-plugin to 3.4.1
chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/plugin.version.failsafe
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-failsafe-plugin to 3.2.3
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/plugin.version.javadoc
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-javadoc-plugin to 3.6.3
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/plugin.version.surefire
  • Merge into: main
  • Upgrade org.apache.maven.plugins:maven-surefire-plugin to 3.2.3
fix(deps): update dependency com.github.dasniko:testcontainers-keycloak to v2.6.0
fix(deps): update dependency io.camunda:zeebe-parent to v8.3.4
  • Schedule: ["at any time"]
  • Branch name: renovate/version.zeebe
  • Merge into: main
  • Upgrade io.camunda:zeebe-parent to 8.3.4
fix(deps): update dependency io.zeebe:zeebe-test-container to v3.6.0
fix(deps): update dependency org.assertj:assertj-core to v3.24.2
  • Schedule: ["at any time"]
  • Branch name: renovate/version.assertj
  • Merge into: main
  • Upgrade org.assertj:assertj-core to 3.24.2
fix(deps): update dependency org.camunda.community:community-hub-release-parent to v1.4.4
fix(deps): update dependency org.junit:junit-bom to v5.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/junit5-monorepo
  • Merge into: main
  • Upgrade org.junit:junit-bom to 5.10.1
fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.3
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-java action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-4.x
  • Merge into: main
  • Upgrade actions/setup-java to v4
chore(deps): update actions/upload-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-upload-artifact-4.x
  • Merge into: main
  • Upgrade actions/upload-artifact to v4
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: main
  • Upgrade ubuntu to 22.04
chore(deps): update enricomi/publish-unit-test-result-action action to v2
chore(deps): update zeebe-io/backport-action action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/zeebe-io-backport-action-2.x
  • Merge into: main
  • Upgrade zeebe-io/backport-action to v2.2.0
fix(deps): update dependency com.github.dasniko:testcontainers-keycloak to v3
fix(deps): update dependency org.keycloak:keycloak-admin-client to v23
fix(deps): update version.slf4 to v2 (major)

🚸 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.


❓ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants