svelte-convert icon indicating copy to clipboard operation
svelte-convert copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend 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

  • .github/workflows/nodejs.yml (github-actions)
  • 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
  • A collection of workarounds for known problems with packages

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

chore(deps): pin dependencies
chore(deps): update dependency @​types/react-dom to v16.9.16
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-16.x
  • Merge into: master
  • Upgrade @types/react-dom to 16.9.16
chore(deps): update jest monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 25.2.3
  • Upgrade jest to 25.5.4
chore(deps): update dependency @​types/react to v16.14.28
  • Schedule: ["at any time"]
  • Branch name: renovate/react-16.x
  • Merge into: master
  • Upgrade @types/react to 16.14.28
chore(deps): update dependency prettier to v2.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: master
  • Upgrade prettier to 2.7.1
chore(deps): update dependency rollup to v2.75.7
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-2.x
  • Merge into: master
  • Upgrade rollup to 2.75.7
chore(deps): update dependency rollup-plugin-typescript2 to v0.32.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-typescript2-0.x
  • Merge into: master
  • Upgrade rollup-plugin-typescript2 to 0.32.1
chore(deps): update dependency svelte to v3.48.0
  • Schedule: ["at any time"]
  • Branch name: renovate/svelte-3.x
  • Merge into: master
  • Upgrade svelte to 3.48.0
chore(deps): update dependency ts-jest to v25.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-25.x
  • Merge into: master
  • Upgrade ts-jest to 25.5.1
chore(deps): update dependency typescript to v3.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.9.10
chore(deps): update react monorepo to v16.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade react to 16.14.0
  • Upgrade react-dom to 16.14.0
chore(deps): update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: master
  • Upgrade actions/checkout to v3
chore(deps): update actions/setup-node action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-3.x
  • Merge into: master
  • Upgrade actions/setup-node to v3
chore(deps): update dependency @​types/node to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: master
  • Upgrade @types/node to 16.11.41
chore(deps): update dependency @​types/react to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/react-18.x
  • Merge into: master
  • Upgrade @types/react to 18.0.14
chore(deps): update dependency @​types/react-dom to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-18.x
  • Merge into: master
  • Upgrade @types/react-dom to 18.0.5
chore(deps): update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.7.4
chore(deps): update jest monorepo to v28 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 28.1.3
  • Upgrade jest to 28.1.1
  • Upgrade ts-jest to 28.0.5
chore(deps): update react monorepo to v18 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to 18.2.0
  • Upgrade react-dom to 18.2.0

🚸 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 Mend Renovate. View repository job log here.

renovate[bot] avatar Dec 25 '21 14:12 renovate[bot]