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) -
oxdev/Dockerfile
(dockerfile) -
.gitlab-ci.yml
(gitlabci) -
src/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.
- Use semantic commit type
fix
for dependencies andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests (except for nuget) 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.
renovate.json
in this branch. Renovate will update the Merge Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 12 Merge Requests:
Update dependency @gouvfr-lasuite/integration to v0.1.8
- Schedule: ["at any time"]
- Branch name:
renovate/gouvfr-lasuite-integration-0.x-lockfile
- Merge into:
main
- Upgrade @gouvfr-lasuite/integration to
0.1.8
Update dependency axios to v1.7.7
- Schedule: ["at any time"]
- Branch name:
renovate/axios-1.x-lockfile
- Merge into:
main
- Upgrade axios to
1.7.7
Update dependency @gouvfr/dsfr to v1.12.1
- Schedule: ["at any time"]
- Branch name:
renovate/gouvfr-dsfr-1.x-lockfile
- Merge into:
main
- Upgrade @gouvfr/dsfr to
1.12.1
Update dependency @gouvminint/vue-dsfr to v5.22.0
- Schedule: ["at any time"]
- Branch name:
renovate/gouvminint-vue-dsfr-5.x-lockfile
- Merge into:
main
- Upgrade @gouvminint/vue-dsfr to
5.22.0
Update dependency nuxt to v3.13.2
- Schedule: ["at any time"]
- Branch name:
renovate/nuxtjs-monorepo
- Merge into:
main
- Upgrade nuxt to
3.13.2
Update dependency qs to v6.13.0
- Schedule: ["at any time"]
- Branch name:
renovate/qs-6.x-lockfile
- Merge into:
main
- Upgrade qs to
6.13.0
Update dependency vue to v3.5.12
- Schedule: ["at any time"]
- Branch name:
renovate/vue-monorepo
- Merge into:
main
- Upgrade vue to
3.5.12
Update dependency vue-router to v4.4.5
- Schedule: ["at any time"]
- Branch name:
renovate/vue-router-4.x-lockfile
- Merge into:
main
- Upgrade vue-router to
4.4.5
Update gcr.io/kaniko-project/executor Docker tag to v1.23.2
- Schedule: ["at any time"]
- Branch name:
renovate/gcr.io-kaniko-project-executor-1.x
- Merge into:
main
- Upgrade gcr.io/kaniko-project/executor to
v1.23.2-debug
Update dependency @gouvfr-lasuite/integration to v1
- Schedule: ["at any time"]
- Branch name:
renovate/gouvfr-lasuite-integration-1.x
- Merge into:
main
- Upgrade @gouvfr-lasuite/integration to
^1.0.0
Update dependency @gouvminint/vue-dsfr to v7
- Schedule: ["at any time"]
- Branch name:
renovate/gouvminint-vue-dsfr-7.x
- Merge into:
main
- Upgrade @gouvminint/vue-dsfr to
^7.0.0
Update dependency vue-dsfr-nuxt-module to v2
- Schedule: ["at any time"]
- Branch name:
renovate/vue-dsfr-nuxt-module-2.x
- Merge into:
main
- Upgrade vue-dsfr-nuxt-module to
^2.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.