Skip to content

Configure Renovate#1

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure
Open

Configure Renovate#1
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 20, 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

  • package.json (npm)

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

Pin dependencies
Update dependency eslint to v4.19.1
  • Schedule: "at any time"
  • Branch name: renovate/eslint-4.x
  • Merge into: master
  • Upgrade eslint to 4.19.1
Update dependency knex to ^0.19.0 [SECURITY]
  • Branch name: renovate/npm-knex-vulnerability
  • Merge into: master
  • Upgrade knex to ^0.19.0
Update dependency mocha to v4.1.0
  • Schedule: "at any time"
  • Branch name: renovate/mocha-4.x
  • Merge into: master
  • Upgrade mocha to 4.1.0
Update dependency nodemon to v1.19.4
  • Schedule: "at any time"
  • Branch name: renovate/nodemon-1.x
  • Merge into: master
  • Upgrade nodemon to 1.19.4
Update dependency request to v2.88.0
  • Schedule: "at any time"
  • Branch name: renovate/request-2.x
  • Merge into: master
  • Upgrade request to 2.88.0
Update dependency request-promise to v4.2.5
  • Schedule: "at any time"
  • Branch name: renovate/request-promise-4.x
  • Merge into: master
  • Upgrade request-promise to 4.2.5
Update dependency @​feathersjs/authentication to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-authentication-4.x
  • Merge into: master
  • Upgrade @feathersjs/authentication to ^4.0.0
Update dependency @​feathersjs/authentication-jwt to v2
Update dependency @​feathersjs/authentication-local to v4
Update dependency @​feathersjs/configuration to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-configuration-4.x
  • Merge into: master
  • Upgrade @feathersjs/configuration to ^4.0.0
Update dependency @​feathersjs/errors to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-errors-4.x
  • Merge into: master
  • Upgrade @feathersjs/errors to ^4.0.0
Update dependency @​feathersjs/express to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-express-4.x
  • Merge into: master
  • Upgrade @feathersjs/express to ^4.0.0
Update dependency @​feathersjs/feathers to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-feathers-4.x
  • Merge into: master
  • Upgrade @feathersjs/feathers to ^4.0.0
Update dependency @​feathersjs/socketio to v4
  • Schedule: "at any time"
  • Branch name: renovate/feathersjs-socketio-4.x
  • Merge into: master
  • Upgrade @feathersjs/socketio to ^4.0.0
Update dependency autobahn to v20
  • Schedule: "at any time"
  • Branch name: renovate/autobahn-20.x
  • Merge into: master
  • Upgrade autobahn to ^20.0.0
Update dependency eslint to v6
  • Schedule: "at any time"
  • Branch name: renovate/eslint-6.x
  • Merge into: master
  • Upgrade eslint to 6.8.0
Update dependency feathers-authentication-management to v2
Update dependency feathers-knex to v7
  • Schedule: "at any time"
  • Branch name: renovate/feathers-knex-7.x
  • Merge into: master
  • Upgrade feathers-knex to ^7.0.0
Update dependency feathers-mailer to v3
  • Schedule: "at any time"
  • Branch name: renovate/feathers-mailer-3.x
  • Merge into: master
  • Upgrade feathers-mailer to ^3.0.0
Update dependency mocha to v7
  • Schedule: "at any time"
  • Branch name: renovate/mocha-7.x
  • Merge into: master
  • Upgrade mocha to 7.0.1
Update dependency mysql2 to v2
  • Schedule: "at any time"
  • Branch name: renovate/mysql2-2.x
  • Merge into: master
  • Upgrade mysql2 to ^2.0.0
Update dependency nodemon to v2
  • Schedule: "at any time"
  • Branch name: renovate/nodemon-2.x
  • Merge into: master
  • Upgrade nodemon to 2.0.2
Update dependency passport-facebook to v3
  • Schedule: "at any time"
  • Branch name: renovate/passport-facebook-3.x
  • Merge into: master
  • Upgrade passport-facebook to ^3.0.0
Update dependency passport-google-oauth20 to v2
  • Schedule: "at any time"
  • Branch name: renovate/passport-google-oauth20-2.x
  • Merge into: master
  • Upgrade passport-google-oauth20 to ^2.0.0
Update dependency sqlite3 to v4
  • Schedule: "at any time"
  • Branch name: renovate/sqlite3-4.x
  • Merge into: master
  • Upgrade sqlite3 to ^4.0.0
Update dependency winston to v3
  • Schedule: "at any time"
  • Branch name: renovate/winston-3.x
  • Merge into: master
  • Upgrade winston to ^3.0.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.


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

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