Skip to content

Configure Renovate

Renovate-Bot requested to merge renovate/configure into dev

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • docker-compose.local.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • 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
  • 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
  • Preserve (but continue to upgrade) any existing SemVer ranges
  • Enable Renovate Dependency Dashboard creation
  • Rebase existing MRs any time the base branch has been updated
  • Raise MR when vulnerability alerts are detected with label 'security'
  • Use curated list of recommended non-monorepo package groupings

🔡 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 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 22 Merge Requests:

chore(deps): update nginx docker tag to v1.22
  • Schedule: ["at any time"]
  • Branch name: renovate/nginx-1.x
  • Merge into: dev
  • Upgrade nginx to 1.22
chore(deps): update node.js to v14.19.3
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.x
  • Merge into: dev
  • Upgrade node to 14.19.3-alpine
fix(deps): update dependency axios to ^0.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-0.x
  • Merge into: dev
  • Upgrade axios to ^0.27.0
chore(deps): update dependency @​types/jest to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: dev
  • Upgrade @types/jest to ^28.0.0
chore(deps): update dependency @​types/node to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: dev
  • Upgrade @types/node to ^16.0.0
chore(deps): update dependency @​types/react to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/react-18.x
  • Merge into: dev
  • Upgrade @types/react to ^18.0.0
chore(deps): update dependency @​types/react-dom to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-18.x
  • Merge into: dev
  • Upgrade @types/react-dom to ^18.0.0
chore(deps): update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: dev
  • Upgrade eslint to ^8.0.0
chore(deps): update dependency eslint-config-react-app to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-react-app-7.x
  • Merge into: dev
  • Upgrade eslint-config-react-app to ^7.0.0
chore(deps): update dependency eslint-plugin-jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-26.x
  • Merge into: dev
  • Upgrade eslint-plugin-jest to ^26.0.0
chore(deps): update dependency eslint-plugin-prettier to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-prettier-4.x
  • Merge into: dev
  • Upgrade eslint-plugin-prettier to ^4.0.0
chore(deps): update docker docker tag to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-20.x
  • Merge into: dev
  • Upgrade docker to 20.10-dind
  • Upgrade docker to 20.10
chore(deps): update mysql docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/mysql-8.x
  • Merge into: dev
  • Upgrade mysql to 8
chore(deps): update node.js
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: dev
  • Upgrade node to 18.4.0-alpine
  • Upgrade node to 18-alpine
chore(deps): update typescript-eslint monorepo to v5 (major)
fix(deps): update dependency @testing-library/react to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/testing-library-react-13.x
  • Merge into: dev
  • Upgrade @testing-library/react to ^13.0.0
fix(deps): update dependency @testing-library/user-event to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/testing-library-user-event-14.x
  • Merge into: dev
  • Upgrade @testing-library/user-event to ^14.0.0
fix(deps): update dependency react-router-dom to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: dev
  • Upgrade react-router-dom to ^6.0.0
fix(deps): update dependency react-scripts to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/react-scripts-5.x
  • Merge into: dev
  • Upgrade react-scripts to 5.0.1
fix(deps): update dependency react-toastify to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/react-toastify-9.x
  • Merge into: dev
  • Upgrade react-toastify to ^9.0.0
fix(deps): update dependency web-vitals to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/web-vitals-2.x
  • Merge into: dev
  • Upgrade web-vitals to ^2.0.0
fix(deps): update react monorepo to v18 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: dev
  • Upgrade react to ^18.0.0
  • Upgrade react-dom to ^18.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 MR has been generated by Renovate Bot.

Merge request reports