Classroom
Classroom 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.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
client/package.json
(npm) -
server/package.json
(npm)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - 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
- Fix some problems with very old Maven commons versions
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
🔡 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 18 Pull Requests:
Update dependency color-string to 1.5.5 [SECURITY]
- Branch name:
renovate/npm-color-string-vulnerability
- Merge into:
master
- Upgrade color-string to
1.5.5
Update dependency mpath to 0.8.4 [SECURITY]
- Branch name:
renovate/npm-mpath-vulnerability
- Merge into:
master
- Upgrade mpath to
0.8.4
Update dependency tar to 4.4.18 [SECURITY]
- Branch name:
renovate/npm-tar-vulnerability
- Merge into:
master
- Upgrade tar to
4.4.18
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin @testing-library/jest-dom to
4.2.4
- Pin @testing-library/react to
9.5.0
- Pin @testing-library/user-event to
7.2.1
- Pin axios to
0.21.1
- Pin dotenv to
8.2.0
- Pin moment to
2.29.1
- Pin react to
17.0.0
- Pin react-dom to
17.0.0
- Pin react-router-dom to
5.2.0
- Pin universal-cookie to
4.0.4
Pin dependency socket.io-client to v2.3.1
- Schedule: ["at any time"]
- Branch name:
renovate/socket.io-packages
- Merge into:
master
- Pin socket.io-client to
2.3.1
Update react monorepo to v17.0.2
Update dependency axios to v0.24.0
- Schedule: ["at any time"]
- Branch name:
renovate/axios-0.x
- Merge into:
master
- Upgrade axios to
0.24.0
Update dependency dotenv to v8.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/dotenv-8.x
- Merge into:
master
- Upgrade dotenv to
8.6.0
Update dependency react-router-dom to v5.3.0
- Schedule: ["at any time"]
- Branch name:
renovate/react-router-dom-5.x
- Merge into:
master
- Upgrade react-router-dom to
5.3.0
Update dependency sharp to ^0.29.0
- Schedule: ["at any time"]
- Branch name:
renovate/sharp-0.x
- Merge into:
master
- Upgrade sharp to
^0.29.0
Update dependency @testing-library/jest-dom to v5
- Schedule: ["at any time"]
- Branch name:
renovate/testing-library-jest-dom-5.x
- Merge into:
master
- Upgrade @testing-library/jest-dom to
5.15.0
Update dependency @testing-library/react to v12
- Schedule: ["at any time"]
- Branch name:
renovate/testing-library-react-12.x
- Merge into:
master
- Upgrade @testing-library/react to
12.1.2
Update dependency @testing-library/user-event to v13
- Schedule: ["at any time"]
- Branch name:
renovate/testing-library-user-event-13.x
- Merge into:
master
- Upgrade @testing-library/user-event to
13.5.0
Update dependency dotenv to v10
Update dependency mongoose to v6
- Schedule: ["at any time"]
- Branch name:
renovate/mongoose-6.x
- Merge into:
master
- Upgrade mongoose to
^6.0.0
Update dependency react-router-dom to v6
- Schedule: ["at any time"]
- Branch name:
renovate/react-router-dom-6.x
- Merge into:
master
- Upgrade react-router-dom to
6.0.0
Update dependency react-scripts to v4
- Schedule: ["at any time"]
- Branch name:
renovate/react-scripts-4.x
- Merge into:
master
- Upgrade react-scripts to
4.0.3
Update dependency socket.io-client to v4
- Schedule: ["at any time"]
- Branch name:
renovate/major-socket.io-packages
- Merge into:
master
- Upgrade socket.io-client to
4.3.2
🚸 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.