Configure Renovate #1

Open
akadmin wants to merge 1 commit from renovate/configure into main
Owner

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

  • biblioplex-backend/Cargo.toml (cargo)
  • .forgejo/workflows/backend-ci.yml (github-actions)
  • .forgejo/workflows/frontend-ci.yml (github-actions)
  • biblioplex-frontend/package.json (npm)

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

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

Update dependency @​tanstack/react-query to v5.90.19
  • Schedule: ["at any time"]
  • Branch name: renovate/tanstack-query-monorepo
  • Merge into: main
  • Upgrade @tanstack/react-query to 5.90.19
Update dependency @​types/node to v24.10.9
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x-lockfile
  • Merge into: main
  • Upgrade @types/node to 24.10.9
Update dependency @​types/react to v19.2.8
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 19.2.8
Update dependency vite to v7.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-7.x-lockfile
  • Merge into: main
  • Upgrade vite to 7.3.1
Update Rust crate chrono to v0.4.43
  • Schedule: ["at any time"]
  • Branch name: renovate/chrono-0.x-lockfile
  • Merge into: main
  • Upgrade chrono to 0.4.43
Update Rust crate serde_json to v1.0.149
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: main
  • Upgrade serde_json to 1.0.149
Update dependency react-hook-form to v7.71.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-hook-form-7.x-lockfile
  • Merge into: main
  • Upgrade react-hook-form to 7.71.1
Update dependency react-resizable-panels to v4.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-resizable-panels-4.x-lockfile
  • Merge into: main
  • Upgrade react-resizable-panels to 4.4.1
Update dependency react-router-dom to v7.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-router-monorepo
  • Merge into: main
  • Upgrade react-router-dom to 7.12.0
Update dependency typescript-eslint to v8.53.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-eslint-monorepo
  • Merge into: main
  • Upgrade typescript-eslint to 8.53.0
Update dependency zod to v4.3.5
  • Schedule: ["at any time"]
  • Branch name: renovate/zod-4.x-lockfile
  • Merge into: main
  • Upgrade zod to 4.3.5
Update Rust crate axum to 0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/axum-monorepo
  • Merge into: main
  • Upgrade axum to 0.8
Update Rust crate reqwest to 0.13
  • Schedule: ["at any time"]
  • Branch name: renovate/reqwest-0.x
  • Merge into: main
  • Upgrade reqwest to 0.13
Update Rust crate tokio to v1.49.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-1.x-lockfile
  • Merge into: main
  • Upgrade tokio to 1.49.0
Update Rust crate tower-http to 0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/tower-http-0.x
  • Merge into: main
  • Upgrade tower-http to 0.6
Update Rust crate utoipa-axum to 0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/utoipa-monorepo
  • Merge into: main
  • Upgrade utoipa-axum to 0.2
Update dependency globals to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/globals-17.x
  • Merge into: main
  • Upgrade globals to ^17.0.0
Update dependency tailwindcss to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-tailwindcss-monorepo
  • Merge into: main
  • Upgrade tailwindcss to ^4.0.0
Update Rust crate sea-orm to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/major-sea-orm-monorepo
  • Merge into: main
  • Upgrade sea-orm to 1.0
Update utoipa monorepo (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-utoipa-monorepo
  • Merge into: main
  • Upgrade utoipa to 5.0
  • Upgrade utoipa-swagger-ui to 9.0
Lock file maintenance
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: main
  • Regenerate lock files to use latest dependency versions

🚸 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 Renovate Bot.

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. --- ### Detected Package Files * `biblioplex-backend/Cargo.toml` (cargo) * `.forgejo/workflows/backend-ci.yml` (github-actions) * `.forgejo/workflows/frontend-ci.yml` (github-actions) * `biblioplex-frontend/package.json` (npm) ### 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 GitHub.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 🔡 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 21 Pull Requests: <details> <summary>Update dependency @&#8203;tanstack/react-query to v5.90.19</summary> - Schedule: ["at any time"] - Branch name: `renovate/tanstack-query-monorepo` - Merge into: `main` - Upgrade [@tanstack/react-query](https://github.com/TanStack/query) to `5.90.19` </details> <details> <summary>Update dependency @&#8203;types/node to v24.10.9</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-24.x-lockfile` - Merge into: `main` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `24.10.9` </details> <details> <summary>Update dependency @&#8203;types/react to v19.2.8</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-monorepo` - Merge into: `main` - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.2.8` </details> <details> <summary>Update dependency vite to v7.3.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/vite-7.x-lockfile` - Merge into: `main` - Upgrade [vite](https://github.com/vitejs/vite) to `7.3.1` </details> <details> <summary>Update Rust crate chrono to v0.4.43</summary> - Schedule: ["at any time"] - Branch name: `renovate/chrono-0.x-lockfile` - Merge into: `main` - Upgrade [chrono](https://github.com/chronotope/chrono) to `0.4.43` </details> <details> <summary>Update Rust crate serde_json to v1.0.149</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x-lockfile` - Merge into: `main` - Upgrade [serde_json](https://github.com/serde-rs/json) to `1.0.149` </details> <details> <summary>Update dependency react-hook-form to v7.71.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-hook-form-7.x-lockfile` - Merge into: `main` - Upgrade [react-hook-form](https://github.com/react-hook-form/react-hook-form) to `7.71.1` </details> <details> <summary>Update dependency react-resizable-panels to v4.4.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-resizable-panels-4.x-lockfile` - Merge into: `main` - Upgrade [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) to `4.4.1` </details> <details> <summary>Update dependency react-router-dom to v7.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-router-monorepo` - Merge into: `main` - Upgrade [react-router-dom](https://github.com/remix-run/react-router) to `7.12.0` </details> <details> <summary>Update dependency typescript-eslint to v8.53.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-eslint-monorepo` - Merge into: `main` - Upgrade [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) to `8.53.0` </details> <details> <summary>Update dependency zod to v4.3.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/zod-4.x-lockfile` - Merge into: `main` - Upgrade [zod](https://github.com/colinhacks/zod) to `4.3.5` </details> <details> <summary>Update Rust crate axum to 0.8</summary> - Schedule: ["at any time"] - Branch name: `renovate/axum-monorepo` - Merge into: `main` - Upgrade [axum](https://github.com/tokio-rs/axum) to `0.8` </details> <details> <summary>Update Rust crate reqwest to 0.13</summary> - Schedule: ["at any time"] - Branch name: `renovate/reqwest-0.x` - Merge into: `main` - Upgrade [reqwest](https://github.com/seanmonstar/reqwest) to `0.13` </details> <details> <summary>Update Rust crate tokio to v1.49.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x-lockfile` - Merge into: `main` - Upgrade [tokio](https://github.com/tokio-rs/tokio) to `1.49.0` </details> <details> <summary>Update Rust crate tower-http to 0.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/tower-http-0.x` - Merge into: `main` - Upgrade [tower-http](https://github.com/tower-rs/tower-http) to `0.6` </details> <details> <summary>Update Rust crate utoipa-axum to 0.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/utoipa-monorepo` - Merge into: `main` - Upgrade [utoipa-axum](https://github.com/juhaku/utoipa) to `0.2` </details> <details> <summary>Update dependency globals to v17</summary> - Schedule: ["at any time"] - Branch name: `renovate/globals-17.x` - Merge into: `main` - Upgrade [globals](https://github.com/sindresorhus/globals) to `^17.0.0` </details> <details> <summary>Update dependency tailwindcss to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-tailwindcss-monorepo` - Merge into: `main` - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `^4.0.0` </details> <details> <summary>Update Rust crate sea-orm to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-sea-orm-monorepo` - Merge into: `main` - Upgrade [sea-orm](https://github.com/SeaQL/sea-orm) to `1.0` </details> <details> <summary>Update utoipa monorepo (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-utoipa-monorepo` - Merge into: `main` - Upgrade [utoipa](https://github.com/juhaku/utoipa) to `5.0` - Upgrade [utoipa-swagger-ui](https://github.com/juhaku/utoipa) to `9.0` </details> <details> <summary>Lock file maintenance</summary> - Schedule: ["before 4am on monday"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `main` - Regenerate lock files to use latest dependency versions </details> 🚸 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](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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
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
akadmin/biblioplex!1
No description provided.