Configure Renovate #2

Merged
alois merged 1 commit from renovate/configure into master 2026-08-05 21:17:09 +03:00
Contributor

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

  • Cargo.toml (cargo)
  • client/Cargo.toml (cargo)
  • codec/Cargo.toml (cargo)
  • common/Cargo.toml (cargo)
  • crypto/Cargo.toml (cargo)
  • example/client/Cargo.toml (cargo)
  • example/keygen/Cargo.toml (cargo)
  • example/server/Cargo.toml (cargo)
  • files/Cargo.toml (cargo)
  • host/Cargo.toml (cargo)
  • mtp-webserver/Cargo.toml (cargo)
  • transport/Cargo.toml (cargo)
  • type-map/Cargo.toml (cargo)
  • wasm/Cargo.toml (cargo)
  • .forgejo/workflows/ci.yml (github-actions)
  • .forgejo/workflows/release.yml (github-actions)
  • example/web-client/package.json (npm)
  • package.json (npm)
  • pnpm-workspace.yaml (npm)

What to Expect

With your current configuration, Renovate will create 20 Pull Requests:

Update Rust crate rand to v0.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/rand-0.x-lockfile
  • Merge into: master
  • Upgrade rand to 0.10.2
Update Rust crate rustls to v0.23.43
  • Schedule: ["at any time"]
  • Branch name: renovate/rustls-0.x-lockfile
  • Merge into: master
  • Upgrade rustls to 0.23.43
Update Rust crate serde to v1.0.229
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-1.x-lockfile
  • Merge into: master
  • Upgrade serde to 1.0.229
Update Rust crate serde_json to v1.0.151
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: master
  • Upgrade serde_json to 1.0.151
Update Rust crate tokio to v1.53.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-1.x-lockfile
  • Merge into: master
  • Upgrade tokio to 1.53.1
Update Rust crate tokio-stream to v0.1.19
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-stream-0.x-lockfile
  • Merge into: master
  • Upgrade tokio-stream to 0.1.19
Update dependency @​types/node to v26.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-26.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 26.1.2
Update dependency vite to v8.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-8.x-lockfile
  • Merge into: master
  • Upgrade vite to 8.2.0
Update pnpm to v11.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pnpm-11.x
  • Merge into: master
  • Upgrade pnpm to 11.20.0
Update Rust crate aes-gcm to 0.11
  • Schedule: ["at any time"]
  • Branch name: renovate/aes-gcm-0.x
  • Merge into: master
  • Upgrade aes-gcm to 0.11
Update Rust crate base64 to 0.23
  • Schedule: ["at any time"]
  • Branch name: renovate/base64-0.x
  • Merge into: master
  • Upgrade base64 to 0.23
Update Rust crate chacha20poly1305 to 0.11
  • Schedule: ["at any time"]
  • Branch name: renovate/chacha20poly1305-0.x
  • Merge into: master
  • Upgrade chacha20poly1305 to 0.11
Update Rust crate getrandom to 0.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/getrandom-0.x
  • Merge into: master
  • Upgrade getrandom to 0.4.0
Update Rust crate http to v1.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/http-1.x-lockfile
  • Merge into: master
  • Upgrade http to 1.5.0
Update Rust crate rand to 0.10
  • Schedule: ["at any time"]
  • Branch name: renovate/rand-0.x
  • Merge into: master
  • Upgrade rand to 0.10
Update dependency jscpd to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/jscpd-5.x
  • Merge into: master
  • Upgrade jscpd to 5.0.14
Update dependency typescript to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-7.x
  • Merge into: master
  • Upgrade typescript to ^7.0.0
Update https://data.forgejo.org/actions/checkout action to v7
Update Rust crate ed25519-dalek to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/ed25519-dalek-3.x
  • Merge into: master
  • Upgrade ed25519-dalek to 3.0
Update Rust crate thiserror to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/thiserror-2.x
  • Merge into: master
  • Upgrade thiserror to 2

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

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 * `Cargo.toml` (cargo) * `client/Cargo.toml` (cargo) * `codec/Cargo.toml` (cargo) * `common/Cargo.toml` (cargo) * `crypto/Cargo.toml` (cargo) * `example/client/Cargo.toml` (cargo) * `example/keygen/Cargo.toml` (cargo) * `example/server/Cargo.toml` (cargo) * `files/Cargo.toml` (cargo) * `host/Cargo.toml` (cargo) * `mtp-webserver/Cargo.toml` (cargo) * `transport/Cargo.toml` (cargo) * `type-map/Cargo.toml` (cargo) * `wasm/Cargo.toml` (cargo) * `.forgejo/workflows/ci.yml` (github-actions) * `.forgejo/workflows/release.yml` (github-actions) * `example/web-client/package.json` (npm) * `package.json` (npm) * `pnpm-workspace.yaml` (npm) ### What to Expect With your current configuration, Renovate will create 20 Pull Requests: <details> <summary>Update Rust crate rand to v0.10.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/rand-0.x-lockfile` - Merge into: `master` - Upgrade [rand](https://github.com/rust-random/rand) to `0.10.2` </details> <details> <summary>Update Rust crate rustls to v0.23.43</summary> - Schedule: ["at any time"] - Branch name: `renovate/rustls-0.x-lockfile` - Merge into: `master` - Upgrade [rustls](https://github.com/rustls/rustls) to `0.23.43` </details> <details> <summary>Update Rust crate serde to v1.0.229</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-1.x-lockfile` - Merge into: `master` - Upgrade [serde](https://github.com/serde-rs/serde) to `1.0.229` </details> <details> <summary>Update Rust crate serde_json to v1.0.151</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x-lockfile` - Merge into: `master` - Upgrade [serde_json](https://github.com/serde-rs/json) to `1.0.151` </details> <details> <summary>Update Rust crate tokio to v1.53.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x-lockfile` - Merge into: `master` - Upgrade [tokio](https://github.com/tokio-rs/tokio) to `1.53.1` </details> <details> <summary>Update Rust crate tokio-stream to v0.1.19</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-stream-0.x-lockfile` - Merge into: `master` - Upgrade [tokio-stream](https://github.com/tokio-rs/tokio) to `0.1.19` </details> <details> <summary>Update dependency @&#8203;types/node to v26.1.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-26.x-lockfile` - Merge into: `master` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `26.1.2` </details> <details> <summary>Update dependency vite to v8.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/vite-8.x-lockfile` - Merge into: `master` - Upgrade [vite](https://github.com/vitejs/vite) to `8.2.0` </details> <details> <summary>Update pnpm to v11.20.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/pnpm-11.x` - Merge into: `master` - Upgrade [pnpm](https://github.com/pnpm/pnpm) to `11.20.0` </details> <details> <summary>Update Rust crate aes-gcm to 0.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/aes-gcm-0.x` - Merge into: `master` - Upgrade [aes-gcm](https://github.com/RustCrypto/AEADs) to `0.11` </details> <details> <summary>Update Rust crate base64 to 0.23</summary> - Schedule: ["at any time"] - Branch name: `renovate/base64-0.x` - Merge into: `master` - Upgrade [base64](https://github.com/marshallpierce/rust-base64) to `0.23` </details> <details> <summary>Update Rust crate chacha20poly1305 to 0.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/chacha20poly1305-0.x` - Merge into: `master` - Upgrade [chacha20poly1305](https://github.com/RustCrypto/AEADs) to `0.11` </details> <details> <summary>Update Rust crate getrandom to 0.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/getrandom-0.x` - Merge into: `master` - Upgrade [getrandom](https://github.com/rust-random/getrandom) to `0.4.0` </details> <details> <summary>Update Rust crate http to v1.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/http-1.x-lockfile` - Merge into: `master` - Upgrade [http](https://github.com/hyperium/http) to `1.5.0` </details> <details> <summary>Update Rust crate rand to 0.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/rand-0.x` - Merge into: `master` - Upgrade [rand](https://github.com/rust-random/rand) to `0.10` </details> <details> <summary>Update dependency jscpd to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/jscpd-5.x` - Merge into: `master` - Upgrade [jscpd](https://github.com/kucherenko/jscpd) to `5.0.14` </details> <details> <summary>Update dependency typescript to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-7.x` - Merge into: `master` - Upgrade [typescript](https://github.com/microsoft/TypeScript) to `^7.0.0` </details> <details> <summary>Update https://data.forgejo.org/actions/checkout action to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/https-data.forgejo.org-actions-checkout-7.x` - Merge into: `master` - Upgrade [https://data.forgejo.org/actions/checkout](https://data.forgejo.org/actions/checkout) to `v7` </details> <details> <summary>Update Rust crate ed25519-dalek to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/ed25519-dalek-3.x` - Merge into: `master` - Upgrade [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to `3.0` </details> <details> <summary>Update Rust crate thiserror to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/thiserror-2.x` - Merge into: `master` - Upgrade [thiserror](https://github.com/dtolnay/thiserror) to `2` </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](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
Add renovate.json
All checks were successful
CI / checks (pull_request) Successful in 13m55s
a46583d1fd
alois merged commit a81ac4efca into master 2026-08-05 21:17:09 +03:00
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
methanium/mtp!2
No description provided.