Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Configure Renovate #23

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

Configure Renovate #23

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2020

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

  • settings.gradle (gradle)
  • hermes-integration-test-app/gradle.properties (gradle)
  • hermes-integration-test-app/build.gradle (gradle)
  • hermes-plugin/gradle.properties (gradle)
  • hermes-plugin/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • hermes-integration-test-app/gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • hermes-plugin/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
  • 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.
  • Prefix renovate/ to all branch names.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Renovate only npm dependencies.
  • Rate limit PR creation to a maximum of one per hour.
  • Only update branches when scheduled.

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

Update dependency gradle to v3.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-3.x
  • Merge into: master
  • Upgrade gradle to 3.5.1
Update dependency org.grails.plugins:geb to v1.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/org.grails.plugins-geb-1.x
  • Merge into: master
  • Upgrade org.grails.plugins:geb to 1.1.5
Update dependency org.grails:grails-gradle-plugin to v3.3.16
Update dependency com.bertramlabs.plugins:asset-pipeline-gradle to v2.15.1
Update dependency com.bertramlabs.plugins:asset-pipeline-grails to v2.15.1
Update dependency com.stehno.ersatz:ersatz to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.stehno.ersatz-ersatz-1.x
  • Merge into: master
  • Upgrade com.stehno.ersatz:ersatz to 1.9.0
Update dependency gradle to v4.10.3
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-4.x
  • Merge into: master
  • Upgrade gradle to 4.10.3
Update dependency net.sourceforge.htmlunit:htmlunit to v2.70.0
Update dependency org.glassfish.web:el-impl to v2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.glassfish.web-el-impl-2.x
  • Merge into: master
  • Upgrade org.glassfish.web:el-impl to 2.2
Update dependency org.grails.plugins:hibernate5 to v6.1.12
  • Schedule: ["at any time"]
  • Branch name: renovate/org.grails.plugins-hibernate5-6.x
  • Merge into: master
  • Upgrade org.grails.plugins:hibernate5 to 6.1.12
Update dependency org.grails.plugins:http-builder-helper to v1.1.0
Update dependency org.grails.plugins:postgresql-extensions to v4.8.0
Update dependency org.hibernate:hibernate-core to v5.6.15.Final
  • Schedule: ["at any time"]
  • Branch name: renovate/org.hibernate-hibernate-core-5.x
  • Merge into: master
  • Upgrade org.hibernate:hibernate-core to 5.6.15.Final
Update dependency org.hibernate:hibernate-ehcache to v5.6.15.Final
  • Schedule: ["at any time"]
  • Branch name: renovate/org.hibernate-hibernate-ehcache-5.x
  • Merge into: master
  • Upgrade org.hibernate:hibernate-ehcache to 5.6.15.Final
Update dependency org.postgresql:postgresql to v42.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.postgresql-postgresql-42.x
  • Merge into: master
  • Upgrade org.postgresql:postgresql to 42.6.0
Update dependency org.seleniumhq.selenium:selenium-chrome-driver to v2.53.1
Update dependency org.seleniumhq.selenium:selenium-htmlunit-driver to v2.52.0
Update dependency com.bertramlabs.plugins:asset-pipeline-gradle to v4
Update dependency com.bertramlabs.plugins:asset-pipeline-grails to v4
Update dependency com.stehno.ersatz:ersatz to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/com.stehno.ersatz-ersatz-2.x
  • Merge into: master
  • Upgrade com.stehno.ersatz:ersatz to 2.0.0
Update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: master
  • Upgrade gradle to 8.1.1
Update dependency org.grails.plugins:geb to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.grails.plugins-geb-3.x
  • Merge into: master
  • Upgrade org.grails.plugins:geb to 3.0.0
Update dependency org.grails.plugins:hibernate5 to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/org.grails.plugins-hibernate5-7.x
  • Merge into: master
  • Upgrade org.grails.plugins:hibernate5 to 7.3.1
Update dependency org.grails.plugins:postgresql-extensions to v7
Update dependency org.grails:grails-gradle-plugin to v5
Update dependency org.hamcrest:hamcrest-library to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.hamcrest-hamcrest-library-2.x
  • Merge into: master
  • Upgrade org.hamcrest:hamcrest-library to 2.2
Update dependency org.hibernate:hibernate-core to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/org.hibernate-hibernate-core-6.x
  • Merge into: master
  • Upgrade org.hibernate:hibernate-core to 6.2.4.Final
Update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4

🚸 Branch creation will be limited to maximum 1 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.

@renovate renovate bot force-pushed the renovate/configure branch from 1c79723 to 8071f45 Compare May 2, 2021 05:44
@renovate renovate bot force-pushed the renovate/configure branch from 8071f45 to e19719b Compare June 8, 2022 10:26
@renovate renovate bot force-pushed the renovate/configure branch from e19719b to 00073d2 Compare June 26, 2022 06:54
@renovate renovate bot force-pushed the renovate/configure branch from 00073d2 to 5f5a325 Compare March 24, 2023 19:42
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.

0 participants