-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Configure Renovate #42
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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-test-ci.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.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
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 27 Pull Requests:
chore(deps): update dependency @sveltejs/kit to v2.8.3 [security]
renovate/npm-sveltejs-kit-vulnerability
main
2.8.3
chore(deps): update dependency svelte to v4.2.19 [security]
renovate/npm-svelte-vulnerability
main
4.2.19
chore(deps): update dependency vite to v5.1.8 [security]
renovate/npm-vite-vulnerability
main
5.1.8
chore(deps): update dependency eslint to v8.57.1
renovate/eslint-monorepo
main
8.57.1
chore(deps): update codecov/codecov-action action to v4.6.0
renovate/codecov-codecov-action-4.x
main
v4.6.0
chore(deps): update dependency @sveltejs/package to v2.3.7
renovate/sveltejs-package-2.x-lockfile
main
2.3.7
chore(deps): update dependency eslint-plugin-svelte to v2.46.0
renovate/eslint-plugin-svelte-2.x-lockfile
main
2.46.0
chore(deps): update dependency prettier to v3.4.0
renovate/prettier-3.x-lockfile
main
3.4.0
chore(deps): update dependency prettier-plugin-svelte to v3.3.2
renovate/prettier-plugin-svelte-3.x-lockfile
main
3.3.2
chore(deps): update dependency publint to ^0.2.0
renovate/publint-0.x
main
^0.2.0
chore(deps): update dependency svelte-check to v3.8.6
renovate/svelte-check-3.x-lockfile
main
3.8.6
chore(deps): update dependency tslib to v2.8.1
renovate/tslib-2.x-lockfile
main
2.8.1
chore(deps): update dependency typescript to v5.7.2
renovate/typescript-5.x-lockfile
main
5.7.2
chore(deps): update pnpm to v8.15.9
renovate/pnpm-8.x
main
8.15.9
chore(deps): update vitest monorepo to v1.6.0
renovate/vitest-monorepo
main
1.6.0
1.6.0
fix(deps): update dependency @kinde-oss/kinde-typescript-sdk to v2.9.1
renovate/kinde-oss-kinde-typescript-sdk-2.x-lockfile
main
2.9.1
chore(deps): update actions/cache action to v4
renovate/actions-cache-4.x
main
v4
chore(deps): update actions/checkout action to v4
renovate/actions-checkout-4.x
main
v4
chore(deps): update actions/setup-node action to v4
renovate/actions-setup-node-4.x
main
v4
chore(deps): update codecov/codecov-action action to v5
renovate/codecov-codecov-action-5.x
main
v5.0.7
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5
renovate/sveltejs-vite-plugin-svelte-5.x
main
^5.0.0
chore(deps): update dependency eslint to v9
renovate/major-eslint-monorepo
main
^9.0.0
chore(deps): update dependency eslint-config-prettier to v9
renovate/eslint-config-prettier-9.x
main
^9.0.0
chore(deps): update dependency svelte-check to v4
renovate/svelte-check-4.x
main
^4.0.0
chore(deps): update pnpm to v9
renovate/pnpm-9.x
main
9.14.2
chore(deps): update typescript-eslint monorepo to v8 (major)
renovate/major-typescript-eslint-monorepo
main
^8.0.0
^8.0.0
chore(deps): update vitest monorepo to v2 (major)
renovate/major-vitest-monorepo
main
^2.0.0
^2.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 was generated by Mend Renovate. View the repository job log.