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 #31

Merged
merged 2 commits into from
Oct 12, 2024
Merged

chore: Configure Renovate #31

merged 2 commits into from
Oct 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

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

  • apps/documentation/Cargo.toml (cargo)
  • crates/tuono/Cargo.toml (cargo)
  • crates/tuono_lib/Cargo.toml (cargo)
  • crates/tuono_lib_macros/Cargo.toml (cargo)
  • examples/mdx/Cargo.toml (cargo)
  • examples/tuono/Cargo.toml (cargo)
  • examples/tutorial/Cargo.toml (cargo)
  • .github/workflows/ci-documentation.yml (github-actions)
  • .github/workflows/deploy-documentation.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/rust.yml (github-actions)
  • .github/workflows/spell-checking.yml (github-actions)
  • .github/workflows/typescript.yml (github-actions)
  • apps/documentation/package.json (npm)
  • examples/mdx/package.json (npm)
  • examples/tuono/package.json (npm)
  • examples/tutorial/package.json (npm)
  • package.json (npm)
  • packages/fs-router-vite-plugin/package.json (npm)
  • packages/lazy-fn-vite-plugin/package.json (npm)
  • packages/router/package.json (npm)
  • packages/tuono/package.json (npm)
  • .nvmrc (nvm)

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 (except for nuget) 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.

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

chore(deps): update dependency @​tanstack/config to ^0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tanstack-config-0.x
  • Merge into: main
  • Upgrade @tanstack/config to ^0.13.0
chore(deps): update dependency node to v20.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to 20.18.0
chore(deps): update pnpm to v9.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pnpm-9.x
  • Merge into: main
  • Upgrade pnpm to 9.12.1
fix(deps): update dependency zustand to v4.5.5
  • Schedule: ["at any time"]
  • Branch name: renovate/zustand-4.x
  • Merge into: main
  • Upgrade zustand to 4.5.5
fix(deps): update rust crate ssr_rs to 0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ssr_rs-0.x
  • Merge into: main
  • Upgrade ssr_rs to 0.7.0
fix(deps): update rust crate tokio-tungstenite to 0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-tungstenite-0.x
  • Merge into: main
  • Upgrade tokio-tungstenite to 0.24.0
fix(deps): update rust crate tower-http to 0.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tower-http-0.x
  • Merge into: main
  • Upgrade tower-http to 0.6.0
fix(deps): update rust crate tungstenite to 0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tungstenite-0.x
  • Merge into: main
  • Upgrade tungstenite to 0.24.0
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update dependency @testing-library/react to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/major-testing-library-monorepo
  • Merge into: main
  • Upgrade @testing-library/react to ^16.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 eslint-plugin-react-hooks to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: main
  • Upgrade eslint-plugin-react-hooks to ^5.0.0
chore(deps): update dependency jsdom to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-25.x
  • Merge into: main
  • Upgrade jsdom to ^25.0.0
chore(deps): update dependency vitest to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: main
  • Upgrade vitest to ^2.0.0
chore(deps): update typescript-eslint monorepo to v8 (major)
fix(deps): update rust crate syn to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/syn-2.x
  • Merge into: main
  • Upgrade syn to 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.

@Valerioageno Valerioageno force-pushed the renovate/configure branch 2 times, most recently from 10c0168 to 3cc20fe Compare October 12, 2024 10:28
@Valerioageno Valerioageno merged commit ce654bf into main Oct 12, 2024
2 checks passed
@Valerioageno Valerioageno deleted the renovate/configure branch October 12, 2024 10:29
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