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
-
Dockerfile
(dockerfile) -
Dockerfile.develop
(dockerfile) -
.github/workflows/dev-build.yml
(github-actions) -
.github/workflows/gh-pages.yml
(github-actions) -
.github/workflows/github_release.yml
(github-actions) -
.github/workflows/test.yml
(github-actions) -
settings.gradle
(gradle) -
build.gradle
(gradle) -
gradle/wrapper/gradle-wrapper.properties
(gradle-wrapper) -
frontend/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 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 MR creation to a maximum of two per hour
- Limit to maximum 10 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
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 12 Merge Requests:
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate-pin-dependencies
- Merge into:
main
- Pin @babel/eslint-parser to
7.16.3
- Pin @quasar/app to
3.2.5
- Pin eslint to
8.4.1
- Pin eslint-config-prettier to
8.3.0
- Pin eslint-plugin-vue to
8.2.0
- Pin eslint-webpack-plugin to
3.1.1
chore(deps): update dependency @babel/eslint-parser to v7.16.5
- Schedule: ["at any time"]
- Branch name:
renovate-babel-monorepo
- Merge into:
main
- Upgrade @babel/eslint-parser to
7.16.5
chore(deps): update dependency @quasar/app to v3.2.6
- Schedule: ["at any time"]
- Branch name:
renovate-quasar-app-3.x
- Merge into:
main
- Upgrade @quasar/app to
3.2.6
chore(deps): update dependency com.github.oshi:oshi-core to v5.8.6
- Schedule: ["at any time"]
- Branch name:
renovate-com.github.oshi-oshi-core-5.x
- Merge into:
main
- Upgrade com.github.oshi:oshi-core to
5.8.6
chore(deps): update dependency gradle to v7.3.3
- Schedule: ["at any time"]
- Branch name:
renovate-gradle-7.x
- Merge into:
main
- Upgrade gradle to
7.3.3
chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8
- Schedule: ["at any time"]
- Branch name:
renovate-jamesives-github-pages-deploy-action-4.x
- Merge into:
main
- Upgrade JamesIves/github-pages-deploy-action to
4.1.8
chore(deps): update spring boot to v2.6.2
- Schedule: ["at any time"]
- Branch name:
renovate-spring-boot
- Merge into:
main
- Upgrade org.springframework.boot:spring-boot-starter-test to
2.6.2
- Upgrade org.springframework.boot:spring-boot-devtools to
2.6.2
- Upgrade org.springframework.boot:spring-boot-starter-log4j2 to
2.6.2
- Upgrade org.springframework.boot:spring-boot-starter-web to
2.6.2
- Upgrade org.springframework.boot:spring-boot-starter-quartz to
2.6.2
- Upgrade org.springframework.boot:spring-boot-starter-mail to
2.6.2
- Upgrade org.springframework.boot to
2.6.2
chore(deps): update dependency eslint to v8.5.0
- Schedule: ["at any time"]
- Branch name:
renovate-eslint-8.x
- Merge into:
main
- Upgrade eslint to
8.5.0
fix(deps): update dependency core-js to v3.20.1
- Schedule: ["at any time"]
- Branch name:
renovate-core-js-3.x
- Merge into:
main
- Upgrade core-js to
3.20.1
fix(deps): update dependency quasar to v2.4.2
- Schedule: ["at any time"]
- Branch name:
renovate-quasar-2.x
- Merge into:
main
- Upgrade quasar to
2.4.2
fix(deps): update dependency tsparticles to v1.38.0
- Schedule: ["at any time"]
- Branch name:
renovate-tsparticles-1.x
- Merge into:
main
- Upgrade tsparticles to
1.38.0
chore(deps): update npm to v8
- Schedule: ["at any time"]
- Branch name:
renovate-npm-8.x
- Merge into:
main
- Upgrade npm to
^8.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.