chore: Configure Renovate #1

Merged
realaravinth merged 1 commit from renovate/configure into main 2026-06-16 13:13:32 +05:30
Member

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

  • Cargo.toml (cargo)
  • .woodpecker.yml (woodpecker)

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
  • Enable Renovate Dependency Dashboard creation.

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

chore(deps): update rust docker tag to v1.96
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-1.x
  • Merge into: main
  • Upgrade rust to 1.96-bullseye
fix(deps): update axum monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/axum-monorepo
  • Merge into: main
  • Upgrade axum to 0.8.0
  • Upgrade axum-extra to 0.12.0
fix(deps): update rust crate http-signature-normalization-reqwest to 0.14.0
fix(deps): update rust crate itertools to 0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/itertools-0.x
  • Merge into: main
  • Upgrade itertools to 0.14.0
fix(deps): update rust crate rand to 0.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rand-0.x
  • Merge into: main
  • Upgrade rand to 0.10.0
fix(deps): update rust crate reqwest to 0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/reqwest-0.x
  • Merge into: main
  • Upgrade reqwest to 0.13.0
fix(deps): update rust crate reqwest-middleware to 0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/reqwest-middleware-0.x
  • Merge into: main
  • Upgrade reqwest-middleware to 0.5.0
fix(deps): update rust crate sha2 to 0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sha2-0.x
  • Merge into: main
  • Upgrade sha2 to 0.11.0
fix(deps): update rust crate tower to 0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tower-0.x
  • Merge into: main
  • Upgrade tower to 0.5.0
fix(deps): update rust crate http02 to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/http02-1.x
  • Merge into: main
  • Upgrade http02 to 1.0.0
fix(deps): update rust crate thiserror to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/thiserror-2.x
  • Merge into: main
  • Upgrade thiserror to 2.0.0

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 * `Cargo.toml` (cargo) * `.woodpecker.yml` (woodpecker) ### 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 - Enable Renovate Dependency Dashboard creation. 🔡 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 11 Pull Requests: <details> <summary>chore(deps): update rust docker tag to v1.96</summary> - Schedule: ["at any time"] - Branch name: `renovate/rust-1.x` - Merge into: `main` - Upgrade rust to `1.96-bullseye` </details> <details> <summary>fix(deps): update axum monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/axum-monorepo` - Merge into: `main` - Upgrade [axum](https://github.com/tokio-rs/axum) to `0.8.0` - Upgrade [axum-extra](https://github.com/tokio-rs/axum) to `0.12.0` </details> <details> <summary>fix(deps): update rust crate http-signature-normalization-reqwest to 0.14.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/http-signature-normalization-reqwest-0.x` - Merge into: `main` - Upgrade [http-signature-normalization-reqwest](https://git.asonix.dog/Aardwolf/http-signature-normalization) to `0.14.0` </details> <details> <summary>fix(deps): update rust crate itertools to 0.14.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/itertools-0.x` - Merge into: `main` - Upgrade [itertools](https://github.com/rust-itertools/itertools) to `0.14.0` </details> <details> <summary>fix(deps): update rust crate rand to 0.10.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/rand-0.x` - Merge into: `main` - Upgrade [rand](https://github.com/rust-random/rand) to `0.10.0` </details> <details> <summary>fix(deps): update rust crate reqwest to 0.13.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/reqwest-0.x` - Merge into: `main` - Upgrade [reqwest](https://github.com/seanmonstar/reqwest) to `0.13.0` </details> <details> <summary>fix(deps): update rust crate reqwest-middleware to 0.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/reqwest-middleware-0.x` - Merge into: `main` - Upgrade [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) to `0.5.0` </details> <details> <summary>fix(deps): update rust crate sha2 to 0.11.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/sha2-0.x` - Merge into: `main` - Upgrade [sha2](https://github.com/RustCrypto/hashes) to `0.11.0` </details> <details> <summary>fix(deps): update rust crate tower to 0.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tower-0.x` - Merge into: `main` - Upgrade [tower](https://github.com/tower-rs/tower) to `0.5.0` </details> <details> <summary>fix(deps): update rust crate http02 to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/http02-1.x` - Merge into: `main` - Upgrade [http02](https://github.com/hyperium/http) to `1.0.0` </details> <details> <summary>fix(deps): update rust crate thiserror to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/thiserror-2.x` - Merge into: `main` - Upgrade [thiserror](https://github.com/dtolnay/thiserror) to `2.0.0` </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:388f0426bb11a51b7bc01c1d8659c05ffc5d272c9b8aa8a8bdffc0dd2574fce7-->
Sign in to join this conversation.
No reviewers
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
ForgeFlux/activitypub-federation-rust!1
No description provided.