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

Configure Renovate #8

Closed
wants to merge 1 commit into from
Closed

Configure Renovate #8

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 13, 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/image.yaml (github-actions)
  • .github/workflows/pull_requests.yml (github-actions)
  • .github/workflows/swagger-docs.yml (github-actions)
  • settings.gradle.kts (gradle)
  • build.gradle.kts (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 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 34 Pull Requests:

Update dependency io.swagger.codegen.v3:swagger-codegen-cli to v3.0.51
Update dependency org.apache.httpcomponents:httpclient to v4.5.14
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.httpcomponents-httpclient-4.x
  • Merge into: master
  • Upgrade org.apache.httpcomponents:httpclient to 4.5.14
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.16.0
Update dependency com.github.vladimir-bukhtoyarov:bucket4j-core to v6.4.1
Update dependency gradle to v6.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-6.x
  • Merge into: master
  • Upgrade gradle to 6.9.4
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-reactor to v1.7.3
Update dependency org.springdoc:springdoc-openapi-kotlin to v1.7.0
Update dependency org.springdoc:springdoc-openapi-ui to v1.7.0
Update dependency org.springframework.session:spring-session-core to v2.7.4
Update plugin io.gitlab.arturbosch.detekt to v1.23.4
  • Schedule: ["at any time"]
  • Branch name: renovate/io.gitlab.arturbosch.detekt-1.x
  • Merge into: master
  • Upgrade io.gitlab.arturbosch.detekt to 1.23.4
Update plugin io.spring.dependency-management to v1.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/io.spring.dependency-management-1.x
  • Merge into: master
  • Upgrade io.spring.dependency-management to 1.1.4
Update plugin org.hidetake.swagger.generator to v2.19.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.hidetake.swagger.generator-2.x
  • Merge into: master
  • Upgrade org.hidetake.swagger.generator to 2.19.2
Update plugin org.jetbrains.kotlin.jvm to v1.9.21
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.jvm-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.jvm to 1.9.21
Update plugin org.jetbrains.kotlin.kapt to v1.9.21
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.kapt-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.kapt to 1.9.21
Update plugin org.jetbrains.kotlin.plugin.spring to v1.9.21
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.plugin.spring-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.plugin.spring to 1.9.21
Update plugin org.openapi.generator to v5.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.openapi.generator-5.x
  • Merge into: master
  • Upgrade org.openapi.generator to 5.4.0
Update plugin org.springdoc.openapi-gradle-plugin to v1.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.springdoc.openapi-gradle-plugin-1.x
  • Merge into: master
  • Upgrade org.springdoc.openapi-gradle-plugin to 1.8.0
Update spring boot to v2.7.18
Update spring cloud
Update testcontainers-java monorepo to v1.19.3
Update EnricoMi/publish-unit-test-result-action action to v2
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 dependency com.github.vladimir-bukhtoyarov:bucket4j-core to v7
Update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: master
  • Upgrade gradle to 8.5
Update dependency org.springframework.session:spring-session-core to v3
Update dependency org.webjars:swagger-ui to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/org.webjars-swagger-ui-5.x
  • Merge into: master
  • Upgrade org.webjars:swagger-ui to 5.10.3
Update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
Update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
Update docker/setup-qemu-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-qemu-action-3.x
  • Merge into: master
  • Upgrade docker/setup-qemu-action to v3
Update plugin org.jetbrains.changelog to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.changelog-2.x
  • Merge into: master
  • Upgrade org.jetbrains.changelog to 2.2.0
Update plugin org.openapi.generator to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/org.openapi.generator-7.x
  • Merge into: master
  • Upgrade org.openapi.generator to 7.1.0
Update spring boot to v3 (major)
Update spring cloud (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.


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 org.springframework.experimental.aot:org.springframework.experimental.aot.gradle.plugin

Files affected: build.gradle.kts


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

@github-actions
Copy link

github-actions bot commented Apr 13, 2023

unit test results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 7dddb24.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/configure branch from bf7aa20 to 7dddb24 Compare December 15, 2023 05:12
@TheMeinerLP TheMeinerLP deleted the renovate/configure branch February 22, 2024 08:12
Copy link
Author

renovate bot commented Feb 22, 2024

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