Skip to content

Configure Renovate#6

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/configure
Closed

Configure Renovate#6
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/configure

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 10, 2026

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/maven.yml (github-actions)
  • concordion/pom.xml (maven)
  • cucumber/pom.xml (maven)
  • jbehave/pom.xml (maven)
  • jgiven/pom.xml (maven)
  • konsent/pom.xml (maven)
  • pom.xml (maven)
  • serenity/pom.xml (maven)
  • spock/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
  • Hopefully safe environment variables to allow users to configure.
  • 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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

🔡 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 31 Pull Requests:

Update dependency org.codehaus.groovy:groovy-all to v2.5.14 [SECURITY]
Update dependency org.jetbrains.kotlin:kotlin-stdlib to v1.6.0 [SECURITY]
Update dependency junit:junit to v4.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/junit.version
  • Merge into: master
  • Upgrade junit:junit to 4.13.2
Update dependency org.slf4j:slf4j-simple to v1.7.36
  • Schedule: ["at any time"]
  • Branch name: renovate/slf4j-monorepo
  • Merge into: master
  • Upgrade org.slf4j:slf4j-simple to 1.7.36
Update jbehave.version to v4.8.3
Update cucumber.version to v6.11.0
Update dependency com.athaydes:spock-reports to v1.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/spock-reports.version
  • Merge into: master
  • Upgrade com.athaydes:spock-reports to 1.8.0
Update dependency com.github.cukedoctor:cukedoctor-maven-plugin to v3.9.0
Update dependency maven to v3.9.13
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-3.x
  • Merge into: master
  • Upgrade maven to 3.9.13
Update dependency net.serenity-bdd:serenity-cucumber6 to v2.6.0
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5
Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.1
Update dependency org.concordion:concordion to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/concordion.version
  • Merge into: master
  • Upgrade org.concordion:concordion to 3.2.0
Update dependency org.jbehave.site:jbehave-site-resources to v3.5
Update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v1.9.25
Update jgiven.version to v1.3.1
Update serenity.version to v2.6.0
Update actions/cache action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-5.x
  • Merge into: master
  • Upgrade actions/cache to v5
Update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: master
  • Upgrade actions/checkout to v6
Update actions/setup-java action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-5.x
  • Merge into: master
  • Upgrade actions/setup-java to v5
Update cucumber.version to v7 (major)
Update dependency com.athaydes:spock-reports to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-spock-reports.version
  • Merge into: master
  • Upgrade com.athaydes:spock-reports to 2.5.1-groovy-4.0
Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4
Update dependency org.concordion:concordion to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-concordion.version
  • Merge into: master
  • Upgrade org.concordion:concordion to 4.0.1
Update dependency org.jetbrains.kotlin:kotlin-maven-plugin to v2
Update dependency org.slf4j:slf4j-simple to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-slf4j-monorepo
  • Merge into: master
  • Upgrade org.slf4j:slf4j-simple to 2.0.17
Update dependency org.spockframework:spock-core to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-spock-monorepo
  • Merge into: master
  • Upgrade org.spockframework:spock-core to 2.4-groovy-5.0
Update jbehave.version to v5 (major)
Update jgiven.version to v2 (major)
Update serenity.version to v5 (major)

🚸 PR 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 was generated by Mend Renovate. View the repository job log.

@mszalbach mszalbach closed this Mar 11, 2026
@renovate
Copy link
Author

renovate bot commented Mar 11, 2026

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

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.

1 participant