Skip to content

Configure Renovate

Import User requested to merge renovate/configure into main

WhiteSource Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 10 open PRs 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

🔡 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 Pull 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 13 Pull Requests:

Pin dependencies
Update dependency cssnano to v5.0.14
  • Schedule: ["at any time"]
  • Branch name: renovate/cssnano-5.x
  • Merge into: main
  • Upgrade cssnano to 5.0.14
Update dependency svelte-check to v2.2.11
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-check-2.x
  • Merge into: main
  • Upgrade svelte-check to 2.2.11
Update dependency tailwindcss to v2.2.19
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-2.x
  • Merge into: main
  • Upgrade tailwindcss to 2.2.19
Update dependency @​types/node to v16.11.17
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: main
  • Upgrade @types/node to 16.11.17
Update dependency autoprefixer to v10.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/autoprefixer-10.x
  • Merge into: main
  • Upgrade autoprefixer to 10.4.0
Update dependency postcss to v8.4.5
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x
  • Merge into: main
  • Upgrade postcss to 8.4.5
Update dependency prettier to v2.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: main
  • Upgrade prettier to 2.5.1
Update dependency prettier-plugin-svelte to v2.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-plugin-svelte-2.x
  • Merge into: main
  • Upgrade prettier-plugin-svelte to 2.5.1
Update dependency svelte to v3.44.3
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-3.x
  • Merge into: main
  • Upgrade svelte to 3.44.3
Update dependency svelte-preprocess to v4.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-preprocess-4.x
  • Merge into: main
  • Upgrade svelte-preprocess to 4.10.1
Update dependency typescript to v4.5.4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: main
  • Upgrade typescript to 4.5.4
Update dependency tailwindcss to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-3.x
  • Merge into: main
  • Upgrade tailwindcss to 3.0.7

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


This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports

Loading