Configure Renovate #18

Merged
renovate[bot] merged 1 commit from renovate/configure into master 2020-02-08 21:11:40 +00:00
renovate[bot] commented 2020-02-08 20:59:29 +00:00 (Migrated from github.com)

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

  • pom.xml (maven)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Update existing lock files only when package.json is modified
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings

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


You have configured Renovate to use branch master as base branch.

What to Expect

With your current configuration, Renovate will create 5 Pull Requests:

Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-compiler-plugin to 3.8.1
Update dependency org.apache.maven.plugins:maven-deploy-plugin to v2.8.2
Update dependency org.projectlombok:lombok to v1.18.12
  • Schedule: "at any time"
  • Branch name: renovate/org.projectlombok-lombok-1.x
  • Merge into: master
  • Upgrade org.projectlombok:lombok to 1.18.12
Update dependency org.slf4j:slf4j-simple to v1.7.30
  • Schedule: "at any time"
  • Branch name: renovate/org.slf4j-slf4j-simple-1.x
  • Merge into: master
  • Upgrade org.slf4j:slf4j-simple to 1.7.30
Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8
  • Schedule: "at any time"
  • Branch name: renovate/org.sonatype.plugins-nexus-staging-maven-plugin-1.x
  • Merge into: master
  • Upgrade org.sonatype.plugins:nexus-staging-maven-plugin to 1.6.8

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 WhiteSource Renovate. View repository job log here.

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `pom.xml` (maven) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Separate major versions of dependencies into individual branches/PRs - Do not separate patch and minor upgrades into separate PRs for the same dependency - Upgrade to unstable versions only if the existing version is unstable - Raise PRs immediately (after branch is created) - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others - Keep existing branches updated even when not scheduled - Disable automerging feature - wait for humans to merge all PRs - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Update existing lock files only when <code>package.json</code> is modified - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 20 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings :abcd: 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. --- You have configured Renovate to use branch `master` as base branch. ### What to Expect With your current configuration, Renovate will create 5 Pull Requests: <details> <summary>Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.8.1</summary> - Schedule: "at any time" - Branch name: `renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x` - Merge into: `master` - Upgrade org.apache.maven.plugins:maven-compiler-plugin to `3.8.1` </details> <details> <summary>Update dependency org.apache.maven.plugins:maven-deploy-plugin to v2.8.2</summary> - Schedule: "at any time" - Branch name: `renovate/org.apache.maven.plugins-maven-deploy-plugin-2.x` - Merge into: `master` - Upgrade [org.apache.maven.plugins:maven-deploy-plugin](http://svn.apache.org/viewvc/maven/plugins/tags/maven-deploy-plugin-2.8.2) to `2.8.2` </details> <details> <summary>Update dependency org.projectlombok:lombok to v1.18.12</summary> - Schedule: "at any time" - Branch name: `renovate/org.projectlombok-lombok-1.x` - Merge into: `master` - Upgrade [org.projectlombok:lombok](https://togithub.com/rzwitserloot/lombok) to `1.18.12` </details> <details> <summary>Update dependency org.slf4j:slf4j-simple to v1.7.30</summary> - Schedule: "at any time" - Branch name: `renovate/org.slf4j-slf4j-simple-1.x` - Merge into: `master` - Upgrade org.slf4j:slf4j-simple to `1.7.30` </details> <details> <summary>Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8</summary> - Schedule: "at any time" - Branch name: `renovate/org.sonatype.plugins-nexus-staging-maven-plugin-1.x` - Merge into: `master` - Upgrade org.sonatype.plugins:nexus-staging-maven-plugin to `1.6.8` </details> <br /> :children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details. --- :question: Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/config-help/issues). --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#stijnb1234/V10Lift2).

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.

### 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 in to join this conversation.
No description provided.