chore: Configure Renovate #4

Merged
realaravinth merged 1 commit from renovate/configure into master 2024-06-04 10:14:28 +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)
  • libconfig-validator/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 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.
  • 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 8 Pull Requests:

fix(deps): update rust crate serde_json to v1.0.117
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: master
  • Upgrade serde_json to 1.0.117
fix(deps): update rust crate serde_yaml to v0.9.34
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_yaml-0.x-lockfile
  • Merge into: master
  • Upgrade serde_yaml to 0.9.34
fix(deps): update rust crate time to v0.3.36
  • Schedule: ["at any time"]
  • Branch name: renovate/time-0.x-lockfile
  • Merge into: master
  • Upgrade time to 0.3.36
fix(deps): update rust crate tracing-web to v0.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/tracing-web-0.x-lockfile
  • Merge into: master
  • Upgrade tracing-web to 0.1.3
fix(deps): update rust-wasm-bindgen monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-wasm-bindgen-monorepo
  • Merge into: master
  • Upgrade wasm-bindgen to 0.2.92
  • Upgrade web-sys to 0.3.69
fix(deps): update tokio-tracing monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-tracing-monorepo
  • Merge into: master
  • Upgrade tracing to 0.1.40
  • Upgrade tracing-subscriber to 0.3.18
fix(deps): update rust crate toml to 0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/toml-0.x
  • Merge into: master
  • Upgrade toml to 0.8.0
fix(deps): update rust crate yew to 0.21
  • Schedule: ["at any time"]
  • Branch name: renovate/yew-0.x
  • Merge into: master
  • Upgrade yew to 0.21

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) * `libconfig-validator/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 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. - 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 8 Pull Requests: <details> <summary>fix(deps): update rust crate serde_json to v1.0.117</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.117` </details> <details> <summary>fix(deps): update rust crate serde_yaml to v0.9.34</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_yaml-0.x-lockfile` - Merge into: `master` - Upgrade [serde_yaml](https://github.com/dtolnay/serde-yaml) to `0.9.34` </details> <details> <summary>fix(deps): update rust crate time to v0.3.36</summary> - Schedule: ["at any time"] - Branch name: `renovate/time-0.x-lockfile` - Merge into: `master` - Upgrade [time](https://github.com/time-rs/time) to `0.3.36` </details> <details> <summary>fix(deps): update rust crate tracing-web to v0.1.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/tracing-web-0.x-lockfile` - Merge into: `master` - Upgrade [tracing-web](https://github.com/WorldSEnder/tracing-web) to `0.1.3` </details> <details> <summary>fix(deps): update rust-wasm-bindgen monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/rust-wasm-bindgen-monorepo` - Merge into: `master` - Upgrade [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to `0.2.92` - Upgrade [web-sys](https://github.com/rustwasm/wasm-bindgen) to `0.3.69` </details> <details> <summary>fix(deps): update tokio-tracing monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-tracing-monorepo` - Merge into: `master` - Upgrade [tracing](https://github.com/tokio-rs/tracing) to `0.1.40` - Upgrade [tracing-subscriber](https://github.com/tokio-rs/tracing) to `0.3.18` </details> <details> <summary>fix(deps): update rust crate toml to 0.8.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/toml-0.x` - Merge into: `master` - Upgrade [toml](https://github.com/toml-rs/toml) to `0.8.0` </details> <details> <summary>fix(deps): update rust crate yew to 0.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/yew-0.x` - Merge into: `master` - Upgrade [yew](https://github.com/yewstack/yew) to `0.21` </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-->
renovate-bot added the
renovate-bot
label 2024-06-03 08:31:41 +05:30
renovate-bot added 1 commit 2024-06-03 08:31:41 +05:30
realaravinth merged commit f19aa077a8 into master 2024-06-04 10:14:28 +05:30
Sign in to join this conversation.
No description provided.