Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #69

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

Configure Renovate #69

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2018

WhiteSource 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

  • .circleci/config.yml (circleci)
  • package.json (npm)
  • .nvmrc (nvm)

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
  • 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
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones

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

Update Node.js to 12.22
  • Schedule: ["at any time"]
  • Branch name: renovate/node-12.x
  • Merge into: master
  • Upgrade node to 12.22
Update dependency lodash to v4.17.19 [SECURITY]
  • Branch name: renovate/npm-lodash-vulnerability
  • Merge into: master
  • Upgrade lodash to 4.17.19
Update dependency babel-core to v6.26.3
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-monorepo
  • Merge into: master
  • Upgrade babel-core to 6.26.3
Update dependency eslint to v7.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-7.x
  • Merge into: master
  • Upgrade eslint to 7.25.0
Update dependency fs-extra to ^0.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fs-extra-0.x
  • Merge into: master
  • Upgrade fs-extra to ^0.30.0
Update dependency graceful-fs to v4.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/graceful-fs-4.x
  • Merge into: master
  • Upgrade graceful-fs to 4.2.6
Update dependency velocityjs to ^0.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/velocityjs-0.x
  • Merge into: master
  • Upgrade velocityjs to ^0.10.0
Update Node.js to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.x
  • Merge into: master
  • Upgrade node to 14.16
Update dependency babel-preset-latest-node to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-preset-latest-node-5.x
  • Merge into: master
  • Upgrade babel-preset-latest-node to ^5.0.0
Update dependency browserify to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/browserify-17.x
  • Merge into: master
  • Upgrade browserify to ^17.0.0
Update dependency chalk to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/chalk-4.x
  • Merge into: master
  • Upgrade chalk to ^4.0.0
Update dependency commander to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/commander-7.x
  • Merge into: master
  • Upgrade commander to ^7.0.0
Update dependency configstore to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/configstore-6.x
  • Merge into: master
  • Upgrade configstore to ^6.0.0
Update dependency detective to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/detective-5.x
  • Merge into: master
  • Upgrade detective to ^5.0.0
Update dependency envify to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/envify-4.x
  • Merge into: master
  • Upgrade envify to ^4.0.0
Update dependency exorcist to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/exorcist-2.x
  • Merge into: master
  • Upgrade exorcist to ^2.0.0
Update dependency fs-extra to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/fs-extra-9.x
  • Merge into: master
  • Upgrade fs-extra to ^9.0.0
Update dependency koa-router to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/koa-router-10.x
  • Merge into: master
  • Upgrade koa-router to ^10.0.0
Update dependency simple-archiver to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/simple-archiver-1.x
  • Merge into: master
  • Upgrade simple-archiver to ^1.0.0
Update dependency swagger-parser to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/swagger-parser-10.x
  • Merge into: master
  • Upgrade swagger-parser to ^10.0.0
Update dependency untildify to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/untildify-4.x
  • Merge into: master
  • Upgrade untildify to ^4.0.0
Update dependency update-notifier to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/update-notifier-5.x
  • Merge into: master
  • Upgrade update-notifier to ^5.0.0
Update dependency uuid to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/uuid-8.x
  • Merge into: master
  • Upgrade uuid to ^8.0.0
Update dependency velocityjs to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/velocityjs-2.x
  • Merge into: master
  • Upgrade velocityjs to ^2.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.

@renovate renovate bot force-pushed the renovate/configure branch from e9b0aca to 2a2e7d4 Compare May 29, 2018 08:39
@renovate renovate bot force-pushed the renovate/configure branch from 2a2e7d4 to 869fd47 Compare August 16, 2018 11:39
@mmatlik mmatlik force-pushed the master branch 11 times, most recently from 65cc524 to 52b35b0 Compare August 17, 2018 12:57
@renovate renovate bot force-pushed the renovate/configure branch from 869fd47 to 79e227f Compare August 26, 2020 06:54
@renovate renovate bot force-pushed the renovate/configure branch from 79e227f to d91a69c Compare October 9, 2020 09:57
@renovate renovate bot force-pushed the renovate/configure branch from d91a69c to 9d80e80 Compare December 11, 2020 03:22
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