Skip to content
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 #1049

Merged
merged 3 commits into from
Jun 27, 2024
Merged

chore: Configure Renovate #1049

merged 3 commits into from
Jun 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

Mend 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

  • .github/workflows/build.yaml (github-actions)
  • .github/workflows/pkg.pr.new.yaml (github-actions)
  • .github/workflows/publish.yaml (github-actions)
  • .github/workflows/release.yaml (github-actions)
  • .github/workflows/typo-check.yml (github-actions)
  • .histoire/package.json (npm)
  • docs/package.json (npm)
  • package.json (npm)
  • packages/plugins/package.json (npm)
  • packages/radix-vue/package.json (npm)
  • playground/nuxt/package.json (npm)
  • playground/vue3/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.
  • 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 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.
  • Weekly schedule on early Monday mornings.
  • Group all minor and patch updates together.
  • Run Renovate on following schedule: before 4am on Monday

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

chore(deps): update dependency postcss to v8.4.31 [security]
  • Branch name: renovate/npm-postcss-vulnerability
  • Merge into: main
  • Upgrade postcss to 8.4.31
chore(deps): update dependency vite to v4.5.3 [security]
  • Branch name: renovate/npm-vite-vulnerability
  • Merge into: main
  • Upgrade vite to 4.5.3
chore(deps): update all non-major dependencies
chore(deps): update playground
chore(deps): update test
chore(deps): update build
chore(deps): update lint
chore(deps): update actions/cache action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: main
  • Upgrade actions/cache to v4
chore(deps): update actions/checkout action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-node action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: main
  • Upgrade actions/setup-node to v4
chore(deps): update build (major)
chore(deps): update commitlint monorepo to v19 (major)
chore(deps): update dependency @radix-ui/colors to v3
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/radix-ui-colors-3.x
  • Merge into: main
  • Upgrade @radix-ui/colors to ^3.0.0
chore(deps): update dependency @​tsconfig/node18 to v18
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/tsconfig-node18-18.x
  • Merge into: main
  • Upgrade @tsconfig/node18 to ^18.2.4
chore(deps): update dependency @​types/markdown-it to v14
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/markdown-it-14.x
  • Merge into: main
  • Upgrade @types/markdown-it to ^14.1.1
chore(deps): update dependency @​types/node to v20
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade @types/node to ^20.14.9
chore(deps): update dependency vue-component-meta to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/vue-component-meta-2.x
  • Merge into: main
  • Upgrade vue-component-meta to ^2.0.22
chore(deps): update dependency vue-component-type-helpers to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/vue-component-type-helpers-2.x
  • Merge into: main
  • Upgrade vue-component-type-helpers to ^2.0.22
chore(deps): update dependency vue-tsc to v2
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/vue-tsc-2.x
  • Merge into: main
  • Upgrade vue-tsc to 2.0.22
chore(deps): update lint (major)
chore(deps): update playground (major)
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-playground
  • Merge into: main
  • Upgrade @radix-ui/colors to ^3.0.0
  • Upgrade @types/node to ^20.14.9
  • Upgrade vue-tsc to ^2.0.22
chore(deps): update pnpm to v9
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pnpm-9.x
  • Merge into: main
  • Upgrade pnpm to 9.4.0
  • Upgrade pnpm to ^9.4.0
chore(deps): update test (major)

🚸 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. View repository job log here.

Copy link

pkg-pr-new bot commented Jun 27, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 07c02b3

radix-vue

npm i https://pkg.pr.new/radix-vue@1049


templates

@epr3 epr3 merged commit 56b92cc into main Jun 27, 2024
3 checks passed
@epr3 epr3 deleted the renovate/configure branch June 28, 2024 21:42
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.

1 participant