Skip to content

Configure Renovate

Kevin Cox requested to merge renovate/configure into master

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

  • .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
  • Automerge patch and minor upgrades if they pass tests.
  • Group known monorepo packages together.
  • 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 9 Merge Requests:

Update dependency @​sveltejs/adapter-static to v1.0.0-next.47
  • Schedule: ["at any time"]
  • Branch name: renovate/sveltejs-adapter-static-1.x-lockfile
  • Merge into: master
  • Upgrade @sveltejs/adapter-static to 1.0.0-next.47
Update dependency tslib to v2.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tslib-2.x-lockfile
  • Merge into: master
  • Upgrade tslib to 2.4.1
Update dependency svelte to v3.52.0
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-3.x-lockfile
  • Merge into: master
  • Upgrade svelte to 3.52.0
Update dependency @​rollup/plugin-commonjs to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-commonjs-23.x
  • Merge into: master
  • Upgrade @rollup/plugin-commonjs to ^23.0.0
Update dependency @​rollup/plugin-node-resolve to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-node-resolve-15.x
  • Merge into: master
  • Upgrade @rollup/plugin-node-resolve to ^15.0.0
Update dependency @​rollup/plugin-typescript to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-typescript-9.x
  • Merge into: master
  • Upgrade @rollup/plugin-typescript to ^9.0.0
Update dependency @​tsconfig/svelte to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/tsconfig-svelte-3.x
  • Merge into: master
  • Upgrade @tsconfig/svelte to ^3.0.0
Update dependency rollup to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-3.x
  • Merge into: master
  • Upgrade rollup to ^3.0.0
Update dependency rollup-plugin-css-only to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-css-only-4.x
  • Merge into: master
  • Upgrade rollup-plugin-css-only to ^4.0.0

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.

Edited by Kevin Cox

Merge request reports