Configure 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
package.json(npm).travis.yml(travis)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): update dependency mongoose to v5.13.20 [security]
- Branch name:
renovate/npm-mongoose-vulnerability - Merge into:
master - Upgrade mongoose to
5.13.20
chore(deps): update babel monorepo
- Schedule: ["at any time"]
- Branch name:
renovate/babel-monorepo - Merge into:
master - Upgrade @babel/cli to
7.23.4 - Upgrade @babel/core to
7.23.6 - Upgrade @babel/node to
7.22.19 - Upgrade @babel/preset-env to
7.23.6
chore(deps): update dependency eslint to v7.32.0
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-7.x-lockfile - Merge into:
master - Upgrade eslint to
7.32.0
chore(deps): update dependency uuid to v8.3.2
- Schedule: ["at any time"]
- Branch name:
renovate/uuid-8.x-lockfile - Merge into:
master - Upgrade uuid to
8.3.2
chore(deps): update jest monorepo to v26.6.3
- Schedule: ["at any time"]
- Branch name:
renovate/jest-monorepo - Merge into:
master - Upgrade babel-jest to
26.6.3 - Upgrade jest to
26.6.3
fix(deps): update dependency core-js to v3.34.0
- Schedule: ["at any time"]
- Branch name:
renovate/core-js-3.x-lockfile - Merge into:
master - Upgrade core-js to
3.34.0
fix(deps): update dependency kareem to v2.5.1
- Schedule: ["at any time"]
- Branch name:
renovate/kareem-2.x-lockfile - Merge into:
master - Upgrade kareem to
2.5.1
fix(deps): update dependency regenerator-runtime to ^0.14.0
- Schedule: ["at any time"]
- Branch name:
renovate/regenerator-runtime-0.x - Merge into:
master - Upgrade regenerator-runtime to
^0.14.0
chore(deps): update dependency del-cli to v5
- Schedule: ["at any time"]
- Branch name:
renovate/del-cli-5.x - Merge into:
master - Upgrade del-cli to
^5.0.0
chore(deps): update dependency eslint to v8
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-8.x - Merge into:
master - Upgrade eslint to
^8.0.0
chore(deps): update dependency uuid to v9
- Schedule: ["at any time"]
- Branch name:
renovate/uuid-9.x - Merge into:
master - Upgrade uuid to
^9.0.0
chore(deps): update jest monorepo to v29 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-jest-monorepo - Merge into:
master - Upgrade babel-jest to
^29.0.0 - Upgrade jest to
^29.0.0
🚸 Branch creation will be limited to maximum 2 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.