From d33202816fd25a745655747d454950258fb23fa4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 14 Jun 2024 16:48:30 +0000 Subject: [PATCH] Configure Renovate (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 8 Pull Requests:
Update Rust crate log to v0.4.21 - Schedule: ["at any time"] - Branch name: `renovate/log-0.x-lockfile` - Merge into: `master` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.21`
Update Rust crate mktemp to v0.5.1 - Schedule: ["at any time"] - Branch name: `renovate/mktemp-0.x-lockfile` - Merge into: `master` - Upgrade [mktemp](https://github.com/samgiles/rs-mktemp) to `0.5.1`
Update Rust crate serde to v1.0.203 - 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.203`
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](https://github.com/serde-rs/json) to `1.0.117`
Update Rust crate env_logger to 0.11.0 - 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.0`
Update Rust crate reqwest to 0.12.0 - Schedule: ["at any time"] - Branch name: `renovate/reqwest-0.x` - Merge into: `master` - Upgrade [reqwest](https://github.com/seanmonstar/reqwest) to `0.12.0`
Update Rust crate tokio to v1.38.0 - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x-lockfile` - Merge into: `master` - Upgrade [tokio](https://github.com/tokio-rs/tokio) to `1.38.0`
Update Rust crate zip to v2 - Schedule: ["at any time"] - Branch name: `renovate/zip-2.x` - Merge into: `master` - Upgrade [zip](https://github.com/zip-rs/zip2) to `2.0.0`

🚸 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). Reviewed-on: https://gitea.communiquons.org/pierre/GrammalecteClient/pulls/1 --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..be0e27a --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchUpdateTypes": ["major", "minor", "patch"], + "automerge": true + } + ] +}