Conversation
There was a problem hiding this comment.
This PR introduces the initial configuration for Renovate to automate dependency management, which will help keep GitHub Actions and npm packages up-to-date with minimal manual effort. While the integration is a great addition for long-term maintainability, the new configuration file currently uses 2-space indentation instead of the 4-space standard defined in the project's Biome settings.
| @@ -0,0 +1,6 @@ | |||
| { | |||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | |||
There was a problem hiding this comment.
[P2] Inconsistent indentation (2 spaces instead of 4). The repository standard for JSON files, as defined in biome.json and used across the codebase (e.g., package.json, tsconfig.json), is 4-space indentation. This file should be updated to use 4 spaces to ensure consistency and avoid CI failures during the npm run check step.
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/check-semantic-pull-request.yml(github-actions).github/workflows/check-skill-sync.yml(github-actions).github/workflows/ci.yml(github-actions).github/workflows/release.yml(github-actions)package.json(npm).nvmrc(nvm)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): update amannn/action-semantic-pull-request digest to ac7e3fc
renovate/amannn-action-semantic-pull-request-digestmainac7e3fc035c47465748bbcb1a822c1583cf79bbcchore(deps): update dependency @types/node to v22.19.15
renovate/node-22.x-lockfilemain22.19.15chore(deps): update dependency conventional-changelog-conventionalcommits to v9.3.1
renovate/conventional-changelog-conventionalcommits-9.xmain9.3.1chore(deps): update dependency oxfmt to v0.43.0
renovate/oxfmt-0.xmain0.43.0chore(deps): update dependency oxlint to v1.58.0
renovate/oxlint-monorepomain1.58.0chore(deps): update dependency yocto-spinner to v1.1.0
renovate/yocto-spinner-1.x-lockfilemain1.1.0chore(deps): update actions/checkout action to v6
renovate/actions-checkout-6.xmainv6chore(deps): update actions/setup-node action to v6
renovate/actions-setup-node-6.xmainv6chore(deps): update dependency @types/node to v24
renovate/node-24.xmain^24.0.0chore(deps): update dependency lefthook to v2
renovate/lefthook-2.xmain^2.0.0chore(deps): update dependency typescript to v6
renovate/typescript-6.xmain^6.0.0chore(deps): update dependency vitest to v4
renovate/major-vitest-monorepomain^4.0.0🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor 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 was generated by Mend Renovate. View the repository job log.