Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Detected Package Files
-
docker-compose.yml
(docker-compose) -
Dockerfile
(dockerfile) -
frontend/package.json
(npm) -
backend/requirements.txt
(pip_requirements)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding MR is merged
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Ignore spring cloud 1.x releases
- Group all updates together
renovate.json
in this branch with your custom config and the list of Merge 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 2 Merge Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate-pin-dependencies
- Merge into:
master
- Pin @emotion/core to
10.0.28
- Pin @emotion/styled to
10.0.27
- Pin @matejmazur/react-katex to
3.0.2
- Pin @react-keycloak/web to
3.4.0
- Pin @testing-library/jest-dom to
4.2.4
- Pin @testing-library/react to
9.4.1
- Pin @testing-library/user-event to
7.2.1
- Pin @types/jest to
24.9.1
- Pin @types/lodash to
4.14.149
- Pin @types/node to
12.12.28
- Pin @types/pdfjs-dist to
2.1.3
- Pin @types/react to
16.9.22
- Pin @types/react-dom to
16.9.5
- Pin @types/react-router-dom to
5.1.3
- Pin @types/react-syntax-highlighter to
10.2.1
- Pin @types/react-transition-group to
4.4.0
- Pin @umijs/hooks to
1.8.0
- Pin date-fns to
2.15.0
- Pin emotion to
10.0.27
- Pin katex to
0.10.2
- Pin keycloak-js to
11.0.1
- Pin lodash to
4.17.15
- Pin moment to
2.24.0
- Pin pdfjs-dist to
2.2.228
- Pin prettier to
1.19.1
- Pin query-string to
6.12.1
- Pin react to
16.12.0
- Pin react-dom to
16.12.0
- Pin react-feather to
2.0.3
- Pin react-markdown to
4.3.1
- Pin react-router-dom to
5.1.2
- Pin react-syntax-highlighter to
10.3.5
- Pin react-transition-group to
4.3.0
- Pin remark-math to
1.0.6
- Pin typescript to
4.0.5
- Pin use-query-params to
1.1.3
- Pin worker-loader to
2.0.0
Update all dependencies
- Schedule: ["at any time"]
- Branch name:
renovate-all
- Merge into:
master
- Upgrade @emotion/core to
11.0.0
- Upgrade @emotion/styled to
11.1.5
- Upgrade @matejmazur/react-katex to
3.1.3
- Upgrade @testing-library/jest-dom to
5.11.9
- Upgrade @testing-library/react to
11.2.5
- Upgrade @testing-library/user-event to
12.8.1
- Upgrade @types/jest to
26.0.20
- Upgrade @types/lodash to
4.14.168
- Upgrade @types/pdfjs-dist to
2.1.7
- Upgrade @types/react to
17.0.2
- Upgrade @types/react-dom to
17.0.1
- Upgrade @types/react-router-dom to
5.1.7
- Upgrade @types/react-syntax-highlighter to
13.5.0
- Upgrade @types/react-transition-group to
4.4.1
- Upgrade @umijs/hooks to
1.9.3
- Upgrade Django to
==3.1.7
- Upgrade Minio to
==7.0.2
- Upgrade beautifulsoup4 to
==4.9.3
- Upgrade date-fns to
2.18.0
- Upgrade django-csp to
==3.7
- Upgrade django-probes to
==1.6.0
- Upgrade emotion to
11.0.0
- Upgrade katex to
0.12.0
- Upgrade keycloak-js to
12.0.4
- Upgrade lodash to
4.17.21
- Upgrade moment to
2.29.1
- Upgrade pdfjs-dist to
2.6.347
- Upgrade prettier to
2.2.1
- Upgrade psycopg2-binary to
==2.8.6
- Upgrade query-string to
6.14.1
- Upgrade react to
17.0.1
- Upgrade react-dom to
17.0.1
- Upgrade react-feather to
2.0.9
- Upgrade react-markdown to
5.0.3
- Upgrade react-router-dom to
5.2.0
- Upgrade react-scripts to
4.0.3
- Upgrade react-syntax-highlighter to
15.4.3
- Upgrade react-transition-group to
4.4.1
- Upgrade remark-math to
4.0.0
- Upgrade typescript to
4.2.2
- Upgrade use-query-params to
1.2.0
- Upgrade worker-loader to
3.0.8
This MR has been generated by Renovate Bot.