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) -
.github/renovate.json(renovate-config-presets)
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.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests (except for nuget) directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Show only the Age and Confidence Merge Confidence badges for pull requests.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
- Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
- Correctly link to the source code for golang.org/x packages
- Link to pkg.go.dev/... for golang.org/x packages' title
- Pin Docker digests.
- Pin
github-actiondigests. - Enable Renovate configuration migration PRs when needed.
- Pin dependency versions for development dependencies.
- Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides.
- Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
- Automerge
digestupgrades if they pass tests. - Automerge
patchandminorupgrades if they pass tests. - If Renovate detects semantic commits, it will use semantic commit type
buildfor all commits. - Show all Merge Confidence badges for pull requests.
- The centralized baseline dependency management configuration for Dyad projects.
🔡 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 8 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
main - Pin @types/lodash to
4.17.21 - Pin @types/node to
12.20.55 - Pin @types/uuid to
8.3.4 - Pin @types/vscode to
1.107.0 - Pin @types/vscode-webview to
1.57.5 - Pin @typescript-eslint/eslint-plugin to
4.33.0 - Pin @typescript-eslint/parser to
4.33.0 - Pin eslint to
7.32.0 - Pin typescript to
4.9.5
Update dependency @types/node to v24
- Schedule: ["at any time"]
- Branch name:
renovate/node-24.x - Merge into:
main - Upgrade @types/node to
^24.0.0
Update dependency @types/uuid to v11
- Schedule: ["at any time"]
- Branch name:
renovate/uuid-11.x - Merge into:
main - Upgrade @types/uuid to
^11.0.0
Update dependency @types/ws to v8
- Schedule: ["at any time"]
- Branch name:
renovate/ws-8.x - Merge into:
main - Upgrade @types/ws to
^8.0.0
Update dependency eslint to v9
- Schedule: ["at any time"]
- Branch name:
renovate/major-eslint-monorepo - Merge into:
main - Upgrade eslint to
^9.0.0
Update dependency typescript to v5
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-5.x - Merge into:
main - Upgrade typescript to
^5.0.0
Update dependency uuid to v13
- Schedule: ["at any time"]
- Branch name:
renovate/uuid-13.x - Merge into:
main - Upgrade uuid to
^13.0.0
Update typescript-eslint monorepo to v8 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-typescript-eslint-monorepo - Merge into:
main - Upgrade @typescript-eslint/eslint-plugin to
^8.0.0 - Upgrade @typescript-eslint/parser to
^8.0.0
🚸 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 Renovate Bot.