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/build.yml (github-actions)
.github/workflows/format.yml (github-actions)
.github/workflows/publish.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
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 (except for nuget) 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 11 Pull Requests:
chore(deps): update non-major
- Schedule: ["before 3am on the first day of the month"]
- Branch name: `renovate/non-major`
- Merge into: `main`
- Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^2.30.0`
- Upgrade [prettier](https://redirect.github.com/prettier/prettier) to `^2.8.8`
- Upgrade [spec-md](https://redirect.github.com/leebyron/spec-md) to `^3.1.0`
chore(deps): update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-3.x`
- Merge into: `main`
- Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v3`
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-4.x`
- Merge into: `main`
- Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v4`
chore(deps): update actions/setup-node action to v2
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-node-2.x`
- Merge into: `main`
- Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v2`
chore(deps): update actions/setup-node action to v3
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-node-3.x`
- Merge into: `main`
- Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v3`
chore(deps): update actions/setup-node action to v4
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-node-4.x`
- Merge into: `main`
- Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v4`
chore(deps): update dependency date-fns to v3
- Schedule: ["before 3am on the first day of the month"]
- Branch name: `renovate/date-fns-3.x`
- Merge into: `main`
- Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^3.6.0`
chore(deps): update dependency date-fns to v4
- Schedule: ["before 3am on the first day of the month"]
- Branch name: `renovate/date-fns-4.x`
- Merge into: `main`
- Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^4.1.0`
chore(deps): update dependency prettier to v3
- Schedule: ["before 3am on the first day of the month"]
- Branch name: `renovate/major-3-linters`
- Merge into: `main`
- Upgrade [prettier](https://redirect.github.com/prettier/prettier) to `^3.3.3`
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: `main`
- Upgrade [rimraf](https://redirect.github.com/isaacs/rimraf) to `^4.4.1`
chore(deps): lock file maintenance
- Schedule: ["every 12 months on the first day of the month"]
- Branch name: `renovate/lock-file-maintenance`
- Merge into: `main`
- 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.
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/build.yml
(github-actions).github/workflows/format.yml
(github-actions).github/workflows/publish.yml
(github-actions)package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.peerDependencies
andengines
, while other types likedependencies
,devDependencies
areupdate-lockfile
.📦 deps
and🤖 bot
labels, and for major updates⚠️ major
major
into its own PR, when possible.npm
,pnpm
, andyarn
.🔡 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 11 Pull Requests:
chore(deps): update non-major
- Schedule: ["before 3am on the first day of the month"] - Branch name: `renovate/non-major` - Merge into: `main` - Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^2.30.0` - Upgrade [prettier](https://redirect.github.com/prettier/prettier) to `^2.8.8` - Upgrade [spec-md](https://redirect.github.com/leebyron/spec-md) to `^3.1.0`chore(deps): update actions/checkout action to v3
- Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-3.x` - Merge into: `main` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v3`chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `main` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v4`chore(deps): update actions/setup-node action to v2
- Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-2.x` - Merge into: `main` - Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v2`chore(deps): update actions/setup-node action to v3
- Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-3.x` - Merge into: `main` - Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v3`chore(deps): update actions/setup-node action to v4
- Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-4.x` - Merge into: `main` - Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v4`chore(deps): update dependency date-fns to v3
- Schedule: ["before 3am on the first day of the month"] - Branch name: `renovate/date-fns-3.x` - Merge into: `main` - Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^3.6.0`chore(deps): update dependency date-fns to v4
- Schedule: ["before 3am on the first day of the month"] - Branch name: `renovate/date-fns-4.x` - Merge into: `main` - Upgrade [date-fns](https://redirect.github.com/date-fns/date-fns) to `^4.1.0`chore(deps): update dependency prettier to v3
- Schedule: ["before 3am on the first day of the month"] - Branch name: `renovate/major-3-linters` - Merge into: `main` - Upgrade [prettier](https://redirect.github.com/prettier/prettier) to `^3.3.3`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: `main` - Upgrade [rimraf](https://redirect.github.com/isaacs/rimraf) to `^4.4.1`chore(deps): lock file maintenance
- Schedule: ["every 12 months on the first day of the month"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `main` - 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 . View repository job log here