Configure Renovate #1

Open
pierre wants to merge 1 commits from renovate/configure into master
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

  • Cargo.toml (cargo)

What to Expect

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

Update Rust crate log to 0.4.21
  • Schedule: ["at any time"]
  • Branch name: renovate/log-0.x
  • Merge into: master
  • Upgrade log to 0.4.21
Update Rust crate mktemp to 0.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/mktemp-0.x
  • Merge into: master
  • Upgrade mktemp to 0.5.1
Update Rust crate serde to 1.0.199
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-1.x
  • Merge into: master
  • Upgrade serde to 1.0.199
Update Rust crate serde_json to 1.0.116
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x
  • Merge into: master
  • Upgrade serde_json to 1.0.116
Update Rust crate zip to 0.6.6
  • Schedule: ["at any time"]
  • Branch name: renovate/zip-0.x
  • Merge into: master
  • Upgrade zip to 0.6.6
Update Rust crate env_logger to 0.11.3
  • Schedule: ["at any time"]
  • Branch name: renovate/env_logger-0.x
  • Merge into: master
  • Upgrade env_logger to 0.11.3
Update Rust crate reqwest to 0.12.4
  • Schedule: ["at any time"]
  • Branch name: renovate/reqwest-0.x
  • Merge into: master
  • Upgrade reqwest to 0.12.4
Update Rust crate tokio to 1.37.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-1.x
  • Merge into: master
  • Upgrade tokio to 1.37.0
Update Rust crate zip to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/zip-1.x
  • Merge into: master
  • Upgrade zip to 1.1.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) ### What to Expect With your current configuration, Renovate will create 9 Pull Requests: <details> <summary>Update Rust crate log to 0.4.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/log-0.x` - Merge into: `master` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.21` </details> <details> <summary>Update Rust crate mktemp to 0.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/mktemp-0.x` - Merge into: `master` - Upgrade [mktemp](https://github.com/samgiles/rs-mktemp) to `0.5.1` </details> <details> <summary>Update Rust crate serde to 1.0.199</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-1.x` - Merge into: `master` - Upgrade [serde](https://github.com/serde-rs/serde) to `1.0.199` </details> <details> <summary>Update Rust crate serde_json to 1.0.116</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x` - Merge into: `master` - Upgrade [serde_json](https://github.com/serde-rs/json) to `1.0.116` </details> <details> <summary>Update Rust crate zip to 0.6.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/zip-0.x` - Merge into: `master` - Upgrade [zip](https://github.com/Pr0methean/zip) to `0.6.6` </details> <details> <summary>Update Rust crate env_logger to 0.11.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/env_logger-0.x` - Merge into: `master` - Upgrade [env_logger](https://github.com/rust-cli/env_logger) to `0.11.3` </details> <details> <summary>Update Rust crate reqwest to 0.12.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/reqwest-0.x` - Merge into: `master` - Upgrade [reqwest](https://github.com/seanmonstar/reqwest) to `0.12.4` </details> <details> <summary>Update Rust crate tokio to 1.37.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x` - Merge into: `master` - Upgrade [tokio](https://github.com/tokio-rs/tokio) to `1.37.0` </details> <details> <summary>Update Rust crate zip to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/zip-1.x` - Merge into: `master` - Upgrade [zip](https://github.com/Pr0methean/zip) to `1.1.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:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
pierre added 1 commit 2022-12-20 00:20:58 +00:00
pierre force-pushed renovate/configure from ca0c71a659 to 0e6c312b3a 2022-12-26 00:23:29 +00:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/configure master
git pull origin renovate/configure

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/configure
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: pierre/GrammalecteClient#1
No description provided.