gridsome-source-sanity
gridsome-source-sanity copied to clipboard
Configure 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
- 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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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
peerDependenciesandengines, while other types likedependencies,devDependenciesareupdate-lockfile. - Assign
📦 depsand🤖 botlabels, 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
majorinto 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, andyarn. - 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 14 Pull Requests:
fix(deps): Update non-major
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/non-major - Merge into:
master - Upgrade @sanity/client to
2.23.2 - Upgrade axios to
^0.28.0 - Upgrade eslint-config-prettier to
^8.10.0 - Upgrade graphql to
15.9.0 - Upgrade prettier to
^2.8.8 - Upgrade pump to
3.0.1 - Upgrade through2 to
3.0.2
chore(deps): update dependency eslint to v8
- 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
chore(deps): update dependency eslint-config-prettier to v9
- Schedule: ["before 3am on the first day of the month"]
- Branch name:
renovate/major-9-linters - Merge into:
master - Upgrade eslint-config-prettier to
^9.1.0
chore(deps): update dependency eslint-config-sanity to v6
- Schedule: ["before 3am on the first day of the month"]
- Branch name:
renovate/major-6-linters - Merge into:
master - Upgrade eslint-config-sanity to
^6.0.0
chore(deps): update dependency eslint-config-sanity to v7
- Schedule: ["before 3am on the first day of the month"]
- Branch name:
renovate/major-7-linters - Merge into:
master - Upgrade eslint-config-sanity to
^7.1.2
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:
master - Upgrade prettier to
^3.3.3
fix(deps): Update dependency @sanity/client to v3
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/sanity-client-3.x - Merge into:
master - Upgrade @sanity/client to
^3.0.0
fix(deps): Update dependency @sanity/client to v4
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/sanity-client-4.x - Merge into:
master - Upgrade @sanity/client to
^4.0.0
fix(deps): Update dependency @sanity/client to v5
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/sanity-client-5.x - Merge into:
master - Upgrade @sanity/client to
^5.0.0
fix(deps): Update dependency @sanity/client to v6
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/sanity-client-6.x - Merge into:
master - Upgrade @sanity/client to
^6.0.0
fix(deps): Update dependency axios to v1
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/axios-1.x - Merge into:
master - Upgrade axios to
^1.0.0
fix(deps): Update dependency graphql to v16
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/graphql-16.x - Merge into:
master - Upgrade graphql to
^16.0.0
fix(deps): Update dependency through2 to v4
- Schedule: ["before 3am on Monday"]
- Branch name:
renovate/through2-4.x - Merge into:
master - Upgrade through2 to
^4.0.0
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