Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
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 andchore
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
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
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
main
- Pin @types/node to
16.10.3
- Pin autoprefixer to
10.3.7
- Pin cssnano to
5.0.8
- Pin postcss to
8.3.9
- Pin postcss-load-config to
3.1.0
- Pin prettier to
2.4.1
- Pin prettier-plugin-svelte to
2.4.0
- Pin svelte to
3.43.1
- Pin svelte-awesome to
2.4.2
- Pin svelte-check to
2.2.7
- Pin svelte-preprocess to
4.9.8
- Pin tailwindcss to
2.2.16
- Pin tslib to
2.3.1
- Pin typescript to
4.4.3
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
prhourlylimit
for details.
This PR has been generated by WhiteSource Renovate. View repository job log here.