block-content-to-markdown icon indicating copy to clipboard operation
block-content-to-markdown copied to clipboard

Configure Renovate

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

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)
  • .travis.yml (travis)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Use semantic prefixes for commit messages and PR titles.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Set semantic commit type based on advanced rules
  • Presets that harden security for shared GitHub Action Workflows
  • Always widen peerDependencies and engines, while other types like dependencies, devDependencies are update-lockfile.
  • Assign 📦 deps and 🤖 bot labels, and for major updates ⚠️ major
  • Opt-in to refresh lock files once in a while
  • Update CI images to use the latest LTS of Node.js
  • Pin TypeScript to the same version used by @sanity/pkg-utils and @sanity/tsdoc
  • Group various lint packages together.
  • Group PostCSS packages together.
  • Group all updates except major into its own PR, when possible.
  • Deps that are noisy and don't need to be automatically maintained
  • Workaround packages that are Pure ESM directly, or have started using transitive dependencies that are.
  • Workaround how babel-plugin-react-compiler is publishing experimental versions on the latest tag, without this workaround renovate will downgrade the version to 0.0.0
  • Dedupe lockfiles after updates for npm, pnpm, and yarn.
  • Use curated presets maintained by Sanity. See docs for advanced usage.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .github/renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 21 Pull Requests:

chore(deps): update non-major
chore(deps): update dependency babel-eslint to v10
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-10-linters
  • Merge into: master
  • Upgrade babel-eslint to ^10.1.0
chore(deps): update dependency browserify to v17
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/browserify-17.x
  • Merge into: master
  • Upgrade browserify to ^17.0.0
chore(deps): update dependency eslint-config-prettier to v4
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-4-linters
  • Merge into: master
  • Upgrade eslint-config-prettier to ^4.3.0
chore(deps): update dependency jest to v24
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-24-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^24.9.0
chore(deps): update dependency jest to v25
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-25-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^25.5.4
chore(deps): update dependency jest to v26
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-26-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^26.6.3
chore(deps): update dependency jest to v27
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-27-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^27.5.1
chore(deps): update dependency jest to v28
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-28-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^28.1.3
chore(deps): update dependency jest to v29
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-29-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^29.7.0
chore(deps): update dependency prettier to v2
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-2-linters
  • Merge into: master
  • Upgrade prettier to ^2.8.8
chore(deps): update dependency rimraf to v3
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/rimraf-3.x
  • Merge into: master
  • Upgrade rimraf to ^3.0.2
chore(deps): update dependency rimraf to v4
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/rimraf-4.x
  • Merge into: master
  • Upgrade rimraf to ^4.4.1
chore(deps): update linters to v3 (major)
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-3-linters
  • Merge into: master
  • Upgrade eslint-config-prettier to ^3.6.0
  • Upgrade prettier to ^3.3.3
chore(deps): update linters to v5 (major)
chore(deps): update linters to v6 (major)
chore(deps): update linters to v7 (major)
chore(deps): update linters to v8 (major)
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-8-linters
  • Merge into: master
  • Upgrade eslint to ^8.57.0
  • Upgrade eslint-config-prettier to ^8.10.0
chore(deps): update linters to v9 (major)
  • Schedule: ["before 3am on the first day of the month"]
  • Branch name: renovate/major-9-linters
  • Merge into: master
  • Upgrade babel-eslint to ^9.0.0
  • Upgrade eslint-config-prettier to ^9.1.0
fix(deps): Update dependency @​sanity/block-content-to-hyperscript to v3
chore(deps): lock file maintenance
  • Schedule: ["every 12 months on the first day of the month"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: master
  • Regenerate lock files to use latest dependency versions

🚸 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.


This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

renovate[bot] avatar Oct 28 '22 00:10 renovate[bot]