Skip to content

Configure Renovate

Renovate Bot requested to merge renovate/configure into main

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

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

What to Expect

With your current configuration, Renovate will create 4 Merge Requests:

Update dependency vitest to ^0.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vitest-0.x
  • Merge into: main
  • Upgrade vitest to ^0.30.0
Update dependency svelte-preprocess to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-preprocess-5.x
  • Merge into: main
  • Upgrade svelte-preprocess to ^5.0.0
Update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to ^5.0.0
Update node Docker tag to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to 20-alpine

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm 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.


Merge request reports