chore: 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) -
.gitlab-ci.yml
(gitlabci) -
.gitlab-ci.yml
(gitlabci-include) -
package.json
(npm) -
.gitlab-ci.yml
(regex)
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.
- Disable Renovate Dependency Dashboard creation.
- ++++++++++ SEE https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md#truncated-versions FOR DETAILS ON THIS PRESET ++++++++++
- Run Renovate on following schedule: every weekend
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 8 Merge Requests:
fix(deps): update dependency sharp to v0.33.5
- Schedule: ["every weekend"]
- Branch name:
renovate/sharp-0.x-lockfile
- Merge into:
master
- Upgrade sharp to
0.33.5
chore(deps): update dependency gitlab-com/gl-infra/platform/runway/runwayctl to v3.51.0
- Schedule: ["at any time"]
- Branch name:
renovate/gitlab-com-gl-infra-platform-runway-runwayctl-3.x
- Merge into:
master
- Upgrade gitlab-com/gl-infra/platform/runway/runwayctl to
v3.51.0
fix(deps): update dependency @astrojs/check to ^0.9.0
- Schedule: ["every weekend"]
- Branch name:
renovate/astrojs-check-0.x
- Merge into:
master
- Upgrade @astrojs/check to
^0.9.0
fix(deps): update dependency @astrojs/starlight to ^0.29.0
- Schedule: ["every weekend"]
- Branch name:
renovate/astrojs-starlight-0.x
- Merge into:
master
- Upgrade @astrojs/starlight to
^0.29.0
fix(deps): update dependency astro to v4.16.16
- Schedule: ["every weekend"]
- Branch name:
renovate/astro-monorepo
- Merge into:
master
- Upgrade astro to
4.16.16
fix(deps): update dependency starlight-links-validator to ^0.13.0
- Schedule: ["every weekend"]
- Branch name:
renovate/starlight-links-validator-0.x
- Merge into:
master
- Upgrade starlight-links-validator to
^0.13.0
fix(deps): update dependency typescript to v5.7.2
- Schedule: ["every weekend"]
- Branch name:
renovate/typescript-5.x-lockfile
- Merge into:
master
- Upgrade typescript to
5.7.2
chore(deps): lock file maintenance
- Schedule: ["before 4am on monday"]
- Branch name:
renovate/lock-file-maintenance
- Merge into:
master
- Regenerate lock files to use latest dependency versions
This MR has been generated by Renovate Bot.