Skip to content

chore: Configure Renovate#1

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure
Open

chore: Configure Renovate#1
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 3, 2025

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/ci.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • package.json (npm)
  • playground/package.json (npm)
  • pnpm-workspace.yaml (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • 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.
  • 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.

🔡 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 26 Pull Requests:

chore(deps): update dependency @​antfu/eslint-config to ^0.43.0
  • Schedule: ["at any time"]
  • Branch name: renovate/antfu-eslint-config-0.x
  • Merge into: main
  • Upgrade @antfu/eslint-config to ^0.43.0
chore(deps): update dependency node to v18.20.8
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: main
  • Upgrade node to 18.20.8
chore(deps): update dependency tsdown to ^0.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tsdown-0.x
  • Merge into: main
  • Upgrade tsdown to ^0.12.0
chore(deps): update dependency unocss to v66.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/unocss-monorepo
  • Merge into: main
  • Upgrade unocss to 66.3.3
chore(deps): update dependency unplugin-auto-import to ^0.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/unplugin-auto-import-0.x
  • Merge into: main
  • Upgrade unplugin-auto-import to ^0.19.0
chore(deps): update dependency unplugin-vue-components to ^0.28.0
  • Schedule: ["at any time"]
  • Branch name: renovate/unplugin-vue-components-0.x
  • Merge into: main
  • Upgrade unplugin-vue-components to ^0.28.0
chore(deps): update dependency vite-plugin-pages to ^0.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-plugin-pages-0.x
  • Merge into: main
  • Upgrade vite-plugin-pages to ^0.33.0
chore(deps): update dependency vitest to ^0.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vitest-monorepo
  • Merge into: main
  • Upgrade vitest to ^0.34.0
chore(deps): update dependency vue-tsc to ^0.40.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-tsc-0.x
  • Merge into: main
  • Upgrade vue-tsc to ^0.40.0
chore(deps): update dependency @​antfu/eslint-config to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/antfu-eslint-config-4.x
  • Merge into: main
  • Upgrade @antfu/eslint-config to ^4.0.0
chore(deps): update dependency @​vitejs/plugin-vue to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-vue-6.x
  • Merge into: main
  • Upgrade @vitejs/plugin-vue to ^6.0.0
chore(deps): update dependency bumpp to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/bumpp-10.x
  • Merge into: main
  • Upgrade bumpp to ^10.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency jsdom to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-26.x
  • Merge into: main
  • Upgrade jsdom to ^26.0.0
chore(deps): update dependency lint-staged to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-16.x
  • Merge into: main
  • Upgrade lint-staged to ^16.0.0
chore(deps): update dependency node to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x
  • Merge into: main
  • Upgrade node to 22.17.1
  • Upgrade @types/node to ^22.0.0
chore(deps): update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: main
  • Upgrade prettier to ^3.0.0
chore(deps): update dependency tsx to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/tsx-4.x
  • Merge into: main
  • Upgrade tsx to ^4.0.0
chore(deps): update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to ^5.0.0
chore(deps): update dependency unplugin-auto-import to v19
  • Schedule: ["at any time"]
  • Branch name: renovate/unplugin-auto-import-19.x
  • Merge into: main
  • Upgrade unplugin-auto-import to ^19.0.0
chore(deps): update dependency unplugin-vue-components to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/unplugin-vue-components-28.x
  • Merge into: main
  • Upgrade unplugin-vue-components to ^28.0.0
chore(deps): update dependency vite to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-7.x
  • Merge into: main
  • Upgrade vite to ^7.0.0
chore(deps): update dependency vitest to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: main
  • Upgrade vitest to ^3.0.0
chore(deps): update dependency vue-tsc to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-tsc-3.x
  • Merge into: main
  • Upgrade vue-tsc to ^3.0.0
chore(deps): update pnpm to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/pnpm-10.x
  • Merge into: main
  • Upgrade pnpm to 10.13.1
fix(deps): update dependency @​vueuse/core to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vueuse-monorepo
  • Merge into: main
  • Upgrade @vueuse/core to ^13.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants