Skip to content

Configure Renovate - #5

Merged
pajikos merged 1 commit into
masterfrom
renovate/configure
May 4, 2023
Merged

Configure Renovate#5
pajikos merged 1 commit into
masterfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented May 4, 2023

Copy link
Copy Markdown
Contributor

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

  • spring-boot-docker-build/Dockerfile (dockerfile)
  • spring-boot-docker-build/pom.xml (maven)
  • spring-rest-api-client-auth/pom.xml (maven)
  • spring-rest-data-exploit/pom.xml (maven)
  • spring-security-radius-login/pom.xml (maven)
  • spring-sftp-download-demo/pom.xml (maven)
  • spring-sftp-upload-demo/pom.xml (maven)
  • spring-shell-port-scanner/pom.xml (maven)
  • spring-web-ssl-client-auth/pom.xml (maven)
  • spring-boot-docker-build/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-rest-api-client-auth/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-rest-data-exploit/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-security-radius-login/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-sftp-download-demo/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-sftp-upload-demo/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-shell-port-scanner/.mvn/wrapper/maven-wrapper.properties (maven-wrapper)
  • spring-web-ssl-client-auth/.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
  • 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.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull 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 17 Pull Requests:

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-surefire-plugin-2.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-surefire-plugin to 2.22.2
Update openjdk Docker tag to v11.0.16-slim
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-11.x
  • Merge into: master
  • Upgrade openjdk to 11.0.16-slim
Update dependency com.sun.xml.bind:jaxb-core to v2.3.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.sun.xml.bind-jaxb-core-2.x
  • Merge into: master
  • Upgrade com.sun.xml.bind:jaxb-core to 2.3.0.1
Update dependency com.sun.xml.bind:jaxb-impl to v2.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/com.sun.xml.bind-jaxb-impl-2.x
  • Merge into: master
  • Upgrade com.sun.xml.bind:jaxb-impl to 2.3.8
Update dependency commons-codec:commons-codec to v1.15
  • Schedule: ["at any time"]
  • Branch name: renovate/commons-codec-commons-codec-1.x
  • Merge into: master
  • Upgrade commons-codec:commons-codec to 1.15
Update dependency javax.xml.bind:jaxb-api to v2.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/javax.xml.bind-jaxb-api-2.x
  • Merge into: master
  • Upgrade javax.xml.bind:jaxb-api to 2.3.1
Update dependency maven to v3.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/maven-3.x
  • Merge into: master
  • Upgrade maven to 3.9.1
Update dependency org.apache.sshd:sshd-core to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.sshd-sshd-core-1.x
  • Merge into: master
  • Upgrade org.apache.sshd:sshd-core to 1.7.0
Update dependency org.springframework.shell:spring-shell-starter to v2.1.8
Update spring boot
Update dependency com.sun.xml.bind:jaxb-core to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/com.sun.xml.bind-jaxb-core-4.x
  • Merge into: master
  • Upgrade com.sun.xml.bind:jaxb-core to 4.0.2
Update dependency com.sun.xml.bind:jaxb-impl to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/com.sun.xml.bind-jaxb-impl-4.x
  • Merge into: master
  • Upgrade com.sun.xml.bind:jaxb-impl to 4.0.2
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-surefire-plugin to 3.0.0
Update dependency org.apache.sshd:sshd-core to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.sshd-sshd-core-2.x
  • Merge into: master
  • Upgrade org.apache.sshd:sshd-core to 2.9.2
Update dependency org.springframework.boot:spring-boot-starter-parent to v3
Update dependency org.springframework.shell:spring-shell-starter to v3
Update openjdk Docker tag to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/openjdk-17.x
  • Merge into: master
  • Upgrade openjdk to 17.0.2-slim

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

@pajikos
pajikos merged commit 64e712e into master May 4, 2023
@pajikos
pajikos deleted the renovate/configure branch May 4, 2023 20:25
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