astro icon indicating copy to clipboard operation
astro copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 6 years ago • 0 comments

Welcome to 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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • package.json (npm)

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

: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 18 Pull Requests:

Pin dependencies
  • Schedule: "at any time"
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Pin ava to 0.19.1
  • Pin nodemon to 1.11.0
  • Pin xo to 0.18.2
Update dependency ava to v0.25.0
  • Schedule: "at any time"
  • Branch name: renovate/ava-0.x
  • Merge into: master
  • Upgrade ava to 0.25.0
Update dependency nodemon to v1.19.3
  • Schedule: "at any time"
  • Branch name: renovate/nodemon-1.x
  • Merge into: master
  • Upgrade nodemon to 1.19.3
Update dependency outdent to ^0.7.0
  • Schedule: "at any time"
  • Branch name: renovate/outdent-0.x
  • Merge into: master
  • Upgrade outdent to ^0.7.0
Update dependency xo to v0.25.3
  • Schedule: "at any time"
  • Branch name: renovate/xo-0.x
  • Merge into: master
  • Upgrade xo to 0.25.3
Update dependency app-module-path to v2
  • Schedule: "at any time"
  • Branch name: renovate/app-module-path-2.x
  • Merge into: master
  • Upgrade app-module-path to ^2.0.0
Update dependency async to v3
  • Schedule: "at any time"
  • Branch name: renovate/async-3.x
  • Merge into: master
  • Upgrade async to ^3.0.0
Update dependency ava to v2
  • Schedule: "at any time"
  • Branch name: renovate/ava-2.x
  • Merge into: master
  • Upgrade ava to 2.4.0
Update dependency configstore to v5
  • Schedule: "at any time"
  • Branch name: renovate/configstore-5.x
  • Merge into: master
  • Upgrade configstore to ^5.0.0
Update dependency connect-mongo to v3
  • Schedule: "at any time"
  • Branch name: renovate/connect-mongo-3.x
  • Merge into: master
  • Upgrade connect-mongo to ^3.0.0
Update dependency cross-env to v6
  • Schedule: "at any time"
  • Branch name: renovate/cross-env-6.x
  • Merge into: master
  • Upgrade cross-env to ^6.0.0
Update dependency event-stream to v4
  • Schedule: "at any time"
  • Branch name: renovate/event-stream-4.x
  • Merge into: master
  • Upgrade event-stream to ^4.0.0
Update dependency loud-rejection to v2
  • Schedule: "at any time"
  • Branch name: renovate/loud-rejection-2.x
  • Merge into: master
  • Upgrade loud-rejection to ^2.0.0
Update dependency method-override to v3
  • Schedule: "at any time"
  • Branch name: renovate/method-override-3.x
  • Merge into: master
  • Upgrade method-override to ^3.0.0
Update dependency mongodb to v3
  • Schedule: "at any time"
  • Branch name: renovate/mongodb-3.x
  • Merge into: master
  • Upgrade mongodb to ^3.0.0
Update dependency mongoose to v5
  • Schedule: "at any time"
  • Branch name: renovate/mongoose-5.x
  • Merge into: master
  • Upgrade mongoose to ^5.0.0
Update dependency nyc to v14
  • Schedule: "at any time"
  • Branch name: renovate/nyc-14.x
  • Merge into: master
  • Upgrade nyc to ^14.0.0
Update dependency parse-torrent to v7
  • Schedule: "at any time"
  • Branch name: renovate/parse-torrent-7.x
  • Merge into: master
  • Upgrade parse-torrent to ^7.0.0

: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, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] avatar Jun 07 '18 01:06 renovate[bot]