Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Configure Renovate #415

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

Configure Renovate #415

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 15, 2019

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

  • build-tools/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-api/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-parser/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-test-resources/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-cli/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-converter/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-core/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-gradle-examples/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/jaxrs-to-raml-annotations/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/jaxrs-to-raml-methods/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/jaxrs-to-raml-multipart/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/jaxrs-to-raml-raml-examples/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/jaxrs-to-raml-types/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-maven-examples/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-examples/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-gradle-plugin-wrapper/pom.xml (maven)
  • jaxrs-to-raml/jaxrs-to-raml-maven-plugin/pom.xml (maven)
  • jaxrs-to-raml/pom.xml (maven)
  • jaxrs-to-raml/raml-api/pom.xml (maven)
  • jaxrs-to-raml/raml-emitter/pom.xml (maven)
  • jaxrs-to-raml/raml-generator-api/pom.xml (maven)
  • pom.xml (maven)
  • raml-to-jaxrs/jaxrs-code-generator/pom.xml (maven)
  • raml-to-jaxrs/pom.xml (maven)
  • raml-to-jaxrs/raml-to-jaxrs-cli/pom.xml (maven)
  • raml-to-jaxrs/raml-to-jaxrs-gradle-plugin/pom.xml (maven)
  • raml-to-jaxrs/raml-to-jaxrs-maven-plugin/pom.xml (maven)
  • utilities/pom.xml (maven)

Configuration Summary

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

  • Start dependency updates only once this Configure Renovate 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 32 Pull Requests:

Update dependency ch.qos.logback:logback-classic to v1.2.3
  • Schedule: "at any time"
  • Branch name: renovate/ch.qos.logback-logback-classic-1.x
  • Merge into: master
  • Upgrade ch.qos.logback:logback-classic to 1.2.3
Update dependency ch.qos.logback:logback-core to v1.2.3
  • Schedule: "at any time"
  • Branch name: renovate/ch.qos.logback-logback-core-1.x
  • Merge into: master
  • Upgrade ch.qos.logback:logback-core to 1.2.3
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.9.10.1 [SECURITY]
Update dependency com.fasterxml.jackson.module:jackson-module-jsonSchema to v2.10.1
Update dependency com.sun.xml.bind:jaxb-xjc to v2.3.2
  • Schedule: "at any time"
  • Branch name: renovate/com.sun.xml.bind-jaxb-xjc-2.x
  • Merge into: master
  • Upgrade com.sun.xml.bind:jaxb-xjc to 2.3.2
Update dependency commons-cli:commons-cli to v1.4
  • Schedule: "at any time"
  • Branch name: renovate/commons-cli-commons-cli-1.x
  • Merge into: master
  • Upgrade commons-cli:commons-cli to 1.4
Update dependency commons-io:commons-io to v2.6
  • Schedule: "at any time"
  • Branch name: renovate/commons-io-commons-io-2.x
  • Merge into: master
  • Upgrade commons-io:commons-io to 2.6
Update dependency javax.servlet:javax.servlet-api to v4.0.1
Update dependency javax.ws.rs:javax.ws.rs-api to v2.1.1
  • Schedule: "at any time"
  • Branch name: renovate/javax.ws.rs-javax.ws.rs-api-2.x
  • Merge into: master
  • Upgrade javax.ws.rs:javax.ws.rs-api to 2.1.1
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 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-javadoc-plugin to v3.1.1
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-javadoc-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-javadoc-plugin to 3.1.1
Update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.6.0
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-plugin-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-plugin-plugin to 3.6.0
Update dependency org.apache.maven.plugins:maven-site-plugin to v3.8.2
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-site-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-site-plugin to 3.8.2
Update dependency org.apache.maven.plugins:maven-source-plugin to v3.2.0
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven.plugins-maven-source-plugin-3.x
  • Merge into: master
  • Upgrade org.apache.maven.plugins:maven-source-plugin to 3.2.0
Update dependency org.apache.maven:maven-plugin-api to v3.6.2
  • Schedule: "at any time"
  • Branch name: renovate/org.apache.maven-maven-plugin-api-3.x
  • Merge into: master
  • Upgrade org.apache.maven:maven-plugin-api to 3.6.2
Update dependency org.glassfish.jersey.core:jersey-server to v2.29.1
  • Schedule: "at any time"
  • Branch name: renovate/org.glassfish.jersey.core-jersey-server-2.x
  • Merge into: master
  • Upgrade org.glassfish.jersey.core:jersey-server to 2.29.1
Update dependency org.glassfish.jersey.media:jersey-media-multipart to v2.29.1
  • Schedule: "at any time"
  • Branch name: renovate/org.glassfish.jersey.media-jersey-media-multipart-2.x
  • Merge into: master
  • Upgrade org.glassfish.jersey.media:jersey-media-multipart to 2.29.1
Update dependency org.mockito:mockito-core to v2.28.2
  • Schedule: "at any time"
  • Branch name: renovate/org.mockito-mockito-core-2.x
  • Merge into: master
  • Upgrade org.mockito:mockito-core to 2.28.2
Update dependency org.raml.jaxrs:jaxrs-to-raml to v3.0.7
  • Schedule: "at any time"
  • Branch name: renovate/org.raml.jaxrs-jaxrs-to-raml-3.x
  • Merge into: master
  • Upgrade org.raml.jaxrs:jaxrs-to-raml to 3.0.7
Update dependency org.raml.jaxrs:jaxrs-to-raml-examples to v3.0.6
  • Schedule: "at any time"
  • Branch name: renovate/org.raml.jaxrs-jaxrs-to-raml-examples-3.x
  • Merge into: master
  • Upgrade org.raml.jaxrs:jaxrs-to-raml-examples to 3.0.6
Update dependency org.raml.jaxrs:jaxrs-to-raml-maven-examples to v3.0.6
  • Schedule: "at any time"
  • Branch name: renovate/org.raml.jaxrs-jaxrs-to-raml-maven-examples-3.x
  • Merge into: master
  • Upgrade org.raml.jaxrs:jaxrs-to-raml-maven-examples to 3.0.6
Update dependency org.raml.jaxrs:raml-for-jaxrs to v3.0.7
  • Schedule: "at any time"
  • Branch name: renovate/org.raml.jaxrs-raml-for-jaxrs-3.x
  • Merge into: master
  • Upgrade org.raml.jaxrs:raml-for-jaxrs to 3.0.7
Update dependency org.raml.jaxrs:raml-to-jaxrs to v3.0.7
  • Schedule: "at any time"
  • Branch name: renovate/org.raml.jaxrs-raml-to-jaxrs-3.x
  • Merge into: master
  • Upgrade org.raml.jaxrs:raml-to-jaxrs to 3.0.7
Update dependency org.raml:raml-parser-2 to v1.0.45
  • Schedule: "at any time"
  • Branch name: renovate/org.raml-raml-parser-2-1.x
  • Merge into: master
  • Upgrade org.raml:raml-parser-2 to 1.0.45
Update dependency org.reflections:reflections to v0.9.11
  • Schedule: "at any time"
  • Branch name: renovate/org.reflections-reflections-0.x
  • Merge into: master
  • Upgrade org.reflections:reflections to 0.9.11
Update dependency org.slf4j:slf4j-api to v1.7.29
  • Schedule: "at any time"
  • Branch name: renovate/org.slf4j-slf4j-api-1.x
  • Merge into: master
  • Upgrade org.slf4j:slf4j-api to 1.7.29
Update dependency com.google.guava:guava to v23
  • Schedule: "at any time"
  • Branch name: renovate/com.google.guava-guava-23.x
  • Merge into: master
  • Upgrade com.google.guava:guava to 23.0
Update dependency javax.validation:validation-api to v2
  • Schedule: "at any time"
  • Branch name: renovate/javax.validation-validation-api-2.x
  • Merge into: master
  • Upgrade javax.validation:validation-api to 2.0.1.Final
Update dependency org.hamcrest:hamcrest-core to v2
  • Schedule: "at any time"
  • Branch name: renovate/org.hamcrest-hamcrest-core-2.x
  • Merge into: master
  • Upgrade org.hamcrest:hamcrest-core to 2.2
Update dependency org.jsonschema2pojo:jsonschema2pojo-core to v1
  • Schedule: "at any time"
  • Branch name: renovate/org.jsonschema2pojo-jsonschema2pojo-core-1.x
  • Merge into: master
  • Upgrade org.jsonschema2pojo:jsonschema2pojo-core to 1.0.1
Update dependency org.mockito:mockito-core to v3
  • Schedule: "at any time"
  • Branch name: renovate/org.mockito-mockito-core-3.x
  • Merge into: master
  • Upgrade org.mockito:mockito-core to 3.1.0

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


⚠️ Dependency Lookup Warnings ⚠️

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up dependency org.gradle:gradle-tooling-api
  • Failed to look up dependency net.jcip:jcip-annotations

Files affected: jaxrs-to-raml/jaxrs-to-raml-examples/jaxrs-to-raml-gradle-examples/pom.xml, jaxrs-to-raml/jaxrs-to-raml-gradle-plugin-wrapper/pom.xml, pom.xml, raml-to-jaxrs/raml-to-jaxrs-gradle-plugin/pom.xml


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

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

Successfully merging this pull request may close these issues.

1 participant