Configure Renovate #1

Open
renovate-bot wants to merge 1 commit from renovate/configure into main
Collaborator

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 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.


Detected Package Files

  • src-tauri/Cargo.toml (cargo)
  • frontend/package.json (npm)
  • server/pyproject.toml (pep621)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

With your current configuration, Renovate will create 5 Pull Requests, up to a maximum of 10 over time (see docs for prConcurrentLimit):

Update non-major
Update Rust crate serde to v1.0.229
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-monorepo
  • Merge into: main
  • Upgrade serde to 1.0.229
Update testing-library monorepo
Update vitest monorepo to v4.1.11
  • Schedule: ["at any time"]
  • Branch name: renovate/vitest-monorepo
  • Merge into: main
  • Upgrade @vitest/coverage-v8 to 4.1.11
  • Upgrade vitest to 4.1.11
Update dependency oxlint to v1.83.0
  • Schedule: ["at any time"]
  • Branch name: renovate/oxlint-monorepo
  • Merge into: main
  • Upgrade oxlint to 1.83.0
Update react monorepo to v19.3.0
Update dependency @testing-library/jest-dom to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-testing-library-monorepo
  • Merge into: main
  • Upgrade @testing-library/jest-dom to sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==
Update dependency jsdom to v30
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-30.x
  • Merge into: main
  • Upgrade jsdom to sha512-h/Q+H+KmlGf49ITw3TrykSVbg04S75S2O7ZtJc9gMGOWBrQRZmx5AJIKLtJ01e6Kszl+/tpFthCVqxNifxhoqg==
Update dependency typescript to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-7.x
  • Merge into: main
  • Upgrade typescript to sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==
Update vitest monorepo to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: main
  • Upgrade @vitest/coverage-v8 to sha512-FRC8ACiudC3dI6MTplzRSYWHDRnIv2IPfbzs4FdoJNsMal/35sWV8hwIfV8ZcqzSPy+uXHeMVONt9CEqtOU17w==
  • Upgrade vitest to sha512-iA95lQbKEkvrtTkdAgnWbXfbipWiiWe/hDl2P5tMi6WFwD76G0NxXAGp/M9EOcYupeGJRr6wppMc7CoA41TQjg==

🚸 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 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 CLI.

Welcome to [Renovate](https://github.com/renovatebot/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. 📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading. 🔡 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. --- ### Detected Package Files * `src-tauri/Cargo.toml` (cargo) * `frontend/package.json` (npm) * `server/pyproject.toml` (pep621) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - 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. - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - Provide a link to octochangelog's improved breakdown for Renovate's changelogs --- ### What to Expect With your current configuration, Renovate will create 5 Pull Requests, up to a maximum of 10 over time (see [docs for `prConcurrentLimit`](https://docs.renovatebot.com/configuration-options/#prconcurrentlimit)): <details> <summary>Update non-major</summary> - Schedule: ["at any time"] - Branch name: `renovate/non-major` - Merge into: `main` - Upgrade [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) to `2.7.3` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `24.13.5` - Upgrade [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react) to `6.1.1` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.34` - Upgrade [serde_json](https://github.com/serde-rs/json) to `1.0.151` - Upgrade [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) to `2.7.3` - Upgrade [tauri-plugin-log](https://github.com/tauri-apps/plugins-workspace) to `2.9.1` - Upgrade [vite](https://github.com/vitejs/vite) to `8.3.0` </details> <details> <summary>Update Rust crate serde to v1.0.229</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-monorepo` - Merge into: `main` - Upgrade [serde](https://github.com/serde-rs/serde) to `1.0.229` </details> <details> <summary>Update testing-library monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/testing-library-monorepo` - Merge into: `main` - Upgrade [@testing-library/dom](https://github.com/testing-library/dom-testing-library) to `10.4.2` - Upgrade [@testing-library/react](https://github.com/testing-library/react-testing-library) to `16.3.3` - Upgrade [@testing-library/user-event](https://github.com/testing-library/user-event) to `14.6.7` </details> <details> <summary>Update vitest monorepo to v4.1.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/vitest-monorepo` - Merge into: `main` - Upgrade [@vitest/coverage-v8](https://github.com/vitest-dev/vitest) to `4.1.11` - Upgrade [vitest](https://github.com/vitest-dev/vitest) to `4.1.11` </details> <details> <summary>Update dependency oxlint to v1.83.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/oxlint-monorepo` - Merge into: `main` - Upgrade [oxlint](https://github.com/oxc-project/oxc) to `1.83.0` </details> <details> <summary>Update react monorepo to v19.3.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-monorepo` - Merge into: `main` - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.3.0` - Upgrade [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.3.0` - Upgrade [react](https://github.com/react/react) to `19.3.0` - Upgrade [react-dom](https://github.com/react/react) to `19.3.0` </details> <details> <summary>Update dependency @testing-library/jest-dom to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-testing-library-monorepo` - Merge into: `main` - Upgrade [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) to `sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==` </details> <details> <summary>Update dependency jsdom to v30</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsdom-30.x` - Merge into: `main` - Upgrade [jsdom](https://github.com/jsdom/jsdom) to `sha512-h/Q+H+KmlGf49ITw3TrykSVbg04S75S2O7ZtJc9gMGOWBrQRZmx5AJIKLtJ01e6Kszl+/tpFthCVqxNifxhoqg==` </details> <details> <summary>Update dependency typescript to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-7.x` - Merge into: `main` - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==` </details> <details> <summary>Update vitest monorepo to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-vitest-monorepo` - Merge into: `main` - Upgrade [@vitest/coverage-v8](https://github.com/vitest-dev/vitest) to `sha512-FRC8ACiudC3dI6MTplzRSYWHDRnIv2IPfbzs4FdoJNsMal/35sWV8hwIfV8ZcqzSPy+uXHeMVONt9CEqtOU17w==` - Upgrade [vitest](https://github.com/vitest-dev/vitest) to `sha512-iA95lQbKEkvrtTkdAgnWbXfbipWiiWe/hDl2P5tMi6WFwD76G0NxXAGp/M9EOcYupeGJRr6wppMc7CoA41TQjg==` </details> 🚸 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 `prHourlyLimit`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git switch renovate/configure

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/configure
git switch renovate/configure
git rebase main
git switch main
git merge --ff-only renovate/configure
git switch renovate/configure
git rebase main
git switch main
git merge --no-ff renovate/configure
git switch main
git merge --squash renovate/configure
git switch main
git merge --ff-only renovate/configure
git switch main
git merge renovate/configure
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
oss/AI-Editor!1
No description provided.