chore: Configure Renovate #7

Merged
kemitix merged 1 commit from renovate/configure into main 2024-03-10 09:44:36 +00:00
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.


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

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

fix(deps): update rust crate chrono to 0.4.35
  • Schedule: ["at any time"]
  • Branch name: renovate/chrono-0.x
  • Merge into: main
  • Upgrade chrono to 0.4.35
fix(deps): update rust crate futures to 0.3.30
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-futures-monorepo
  • Merge into: main
  • Upgrade futures to 0.3.30
fix(deps): update rust crate log to 0.4.21
  • Schedule: ["at any time"]
  • Branch name: renovate/log-0.x
  • Merge into: main
  • Upgrade log to 0.4.21
fix(deps): update rust crate thiserror to 1.0.57
  • Schedule: ["at any time"]
  • Branch name: renovate/thiserror-1.x
  • Merge into: main
  • Upgrade thiserror to 1.0.57
chore(deps): update docker.io/rust docker tag to v1.76.0
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.io-rust-1.x
  • Merge into: main
  • Upgrade docker.io/rust to 1.76.0
fix(deps): update rust crate async-std to 1.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/async-std-1.x
  • Merge into: main
  • Upgrade async-std to 1.12.0
fix(deps): update rust crate base64 to 0.22.0
  • Schedule: ["at any time"]
  • Branch name: renovate/base64-0.x
  • Merge into: main
  • Upgrade base64 to 0.22.0
fix(deps): update rust crate clap to 2.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/clap-2.x
  • Merge into: main
  • Upgrade clap to 2.34.0
fix(deps): update rust crate colored to 2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/colored-2.x
  • Merge into: main
  • Upgrade colored to 2.1.0
fix(deps): update rust crate derive_builder to 0.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/derive_builder-0.x
  • Merge into: main
  • Upgrade derive_builder to 0.20.0
fix(deps): update rust crate epub-builder to 0.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/epub-builder-0.x
  • Merge into: main
  • Upgrade epub-builder to 0.7.4
fix(deps): update rust crate flexi_logger to 0.27.4
  • Schedule: ["at any time"]
  • Branch name: renovate/flexi_logger-0.x
  • Merge into: main
  • Upgrade flexi_logger to 0.27.4
fix(deps): update rust crate html5ever to 0.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/html5ever-0.x
  • Merge into: main
  • Upgrade html5ever to 0.26.0
fix(deps): update rust crate indicatif to 0.17.8
  • Schedule: ["at any time"]
  • Branch name: renovate/indicatif-0.x
  • Merge into: main
  • Upgrade indicatif to 0.17.8
fix(deps): update rust crate itertools to 0.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/itertools-0.x
  • Merge into: main
  • Upgrade itertools to 0.12.1
fix(deps): update rust crate regex to 1.10.3
  • Schedule: ["at any time"]
  • Branch name: renovate/regex-1.x
  • Merge into: main
  • Upgrade regex to 1.10.3
fix(deps): update rust crate surf to 2.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/surf-2.x
  • Merge into: main
  • Upgrade surf to 2.3.2
fix(deps): update rust crate url to 2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/url-2.x
  • Merge into: main
  • Upgrade url to 2.5.0
fix(deps): update rust crate clap to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/clap-4.x
  • Merge into: main
  • Upgrade clap to 4.5.2
fix(deps): update rust crate comfy-table to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/comfy-table-7.x
  • Merge into: main
  • Upgrade comfy-table to 7.1.0
fix(deps): update rust crate directories to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/directories-5.x
  • Merge into: main
  • Upgrade directories to 5.0.1

🚸 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 * `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. 🔡 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>fix(deps): update rust crate chrono to 0.4.35</summary> - Schedule: ["at any time"] - Branch name: `renovate/chrono-0.x` - Merge into: `main` - Upgrade [chrono](https://github.com/chronotope/chrono) to `0.4.35` </details> <details> <summary>fix(deps): update rust crate futures to 0.3.30</summary> - Schedule: ["at any time"] - Branch name: `renovate/rust-futures-monorepo` - Merge into: `main` - Upgrade [futures](https://github.com/rust-lang/futures-rs) to `0.3.30` </details> <details> <summary>fix(deps): update rust crate log to 0.4.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/log-0.x` - Merge into: `main` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.21` </details> <details> <summary>fix(deps): update rust crate thiserror to 1.0.57</summary> - Schedule: ["at any time"] - Branch name: `renovate/thiserror-1.x` - Merge into: `main` - Upgrade [thiserror](https://github.com/dtolnay/thiserror) to `1.0.57` </details> <details> <summary>chore(deps): update docker.io/rust docker tag to v1.76.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker.io-rust-1.x` - Merge into: `main` - Upgrade docker.io/rust to `1.76.0` </details> <details> <summary>fix(deps): update rust crate async-std to 1.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/async-std-1.x` - Merge into: `main` - Upgrade [async-std](https://github.com/async-rs/async-std) to `1.12.0` </details> <details> <summary>fix(deps): update rust crate base64 to 0.22.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/base64-0.x` - Merge into: `main` - Upgrade [base64](https://github.com/marshallpierce/rust-base64) to `0.22.0` </details> <details> <summary>fix(deps): update rust crate clap to 2.34.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/clap-2.x` - Merge into: `main` - Upgrade [clap](https://github.com/clap-rs/clap) to `2.34.0` </details> <details> <summary>fix(deps): update rust crate colored to 2.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/colored-2.x` - Merge into: `main` - Upgrade [colored](https://github.com/mackwic/colored) to `2.1.0` </details> <details> <summary>fix(deps): update rust crate derive_builder to 0.20.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/derive_builder-0.x` - Merge into: `main` - Upgrade [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to `0.20.0` </details> <details> <summary>fix(deps): update rust crate epub-builder to 0.7.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/epub-builder-0.x` - Merge into: `main` - Upgrade [epub-builder](https://github.com/lise-henry/epub-builder) to `0.7.4` </details> <details> <summary>fix(deps): update rust crate flexi_logger to 0.27.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/flexi_logger-0.x` - Merge into: `main` - Upgrade [flexi_logger](https://github.com/emabee/flexi_logger) to `0.27.4` </details> <details> <summary>fix(deps): update rust crate html5ever to 0.26.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/html5ever-0.x` - Merge into: `main` - Upgrade [html5ever](https://github.com/servo/html5ever) to `0.26.0` </details> <details> <summary>fix(deps): update rust crate indicatif to 0.17.8</summary> - Schedule: ["at any time"] - Branch name: `renovate/indicatif-0.x` - Merge into: `main` - Upgrade [indicatif](https://github.com/console-rs/indicatif) to `0.17.8` </details> <details> <summary>fix(deps): update rust crate itertools to 0.12.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/itertools-0.x` - Merge into: `main` - Upgrade [itertools](https://github.com/rust-itertools/itertools) to `0.12.1` </details> <details> <summary>fix(deps): update rust crate regex to 1.10.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/regex-1.x` - Merge into: `main` - Upgrade [regex](https://github.com/rust-lang/regex) to `1.10.3` </details> <details> <summary>fix(deps): update rust crate surf to 2.3.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/surf-2.x` - Merge into: `main` - Upgrade [surf](https://github.com/http-rs/surf) to `2.3.2` </details> <details> <summary>fix(deps): update rust crate url to 2.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/url-2.x` - Merge into: `main` - Upgrade [url](https://github.com/servo/rust-url) to `2.5.0` </details> <details> <summary>fix(deps): update rust crate clap to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/clap-4.x` - Merge into: `main` - Upgrade [clap](https://github.com/clap-rs/clap) to `4.5.2` </details> <details> <summary>fix(deps): update rust crate comfy-table to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/comfy-table-7.x` - Merge into: `main` - Upgrade [comfy-table](https://github.com/nukesor/comfy-table) to `7.1.0` </details> <details> <summary>fix(deps): update rust crate directories to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/directories-5.x` - Merge into: `main` - Upgrade [directories](https://github.com/soc/directories-rs) to `5.0.1` </details> <br /> 🚸 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:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
renovate added 1 commit 2024-03-10 09:41:40 +00:00
Add renovate.json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
064076d3f1
kemitix merged commit 34121d144a into main 2024-03-10 09:44:36 +00:00
kemitix deleted branch renovate/configure 2024-03-10 09:44:36 +00:00
kemitix referenced this pull request from a commit 2024-03-10 09:44:37 +00:00
kemitix referenced this pull request from a commit 2024-03-10 09:47:59 +00: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: kemitix/paperoni#7
No description provided.