lambda-tools
lambda-tools copied to clipboard
Configure Renovate
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
.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
fixfor dependencies andchorefor 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,vendorand 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
: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.
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
: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 WhiteSource Renovate. View repository job log here.