obmarg / graphql-ws-client

A GraphQL over Websockets implementation for Rust
Apache License 2.0
39 stars 15 forks source link

chore: configure renovate #90

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

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

Configuration Summary

Based on the default config's presets, Renovate will:

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

chore: update marcoieni/release-plz-action digest to e288109 - Schedule: ["after 10am on the first day of the month"] - Branch name: `renovate-marcoieni-release-plz-action-digest` - Merge into: `main` - Upgrade MarcoIeni/release-plz-action to `e28810957ef1fedfa89b5e9692e750ce45f62a67`
chore: update dependencies-non-major - Schedule: ["after 10am on the first day of the month"] - Branch name: `renovate-dependencies-non-major` - Merge into: `main` - Upgrade [async-graphql](https://togithub.com/async-graphql/async-graphql) to `7.0.7` - Upgrade [async-graphql-axum](https://togithub.com/async-graphql/async-graphql) to `7.0.7` - Upgrade [axum](https://togithub.com/tokio-rs/axum) to `0.7.5` - Upgrade [cynic](https://togithub.com/obmarg/cynic) to `3.7.3` - Upgrade [futures](https://togithub.com/rust-lang/futures-rs) to `0.3.30` - Upgrade [futures-sink](https://togithub.com/rust-lang/futures-rs) to `0.3.30` - Upgrade [insta](https://togithub.com/mitsuhiko/insta) to `1.39.0` - Upgrade [log](https://togithub.com/rust-lang/log) to `0.4.22` - Upgrade [pin-project](https://togithub.com/taiki-e/pin-project) to `1.1.5` - Upgrade [serde](https://togithub.com/serde-rs/serde) to `1.0.208` - Upgrade [serde_json](https://togithub.com/serde-rs/json) to `1.0.125` - Upgrade [thiserror](https://togithub.com/dtolnay/thiserror) to `1.0.63` - Upgrade [tokio](https://togithub.com/tokio-rs/tokio) to `1.39.3` - Upgrade [tokio-stream](https://togithub.com/tokio-rs/tokio) to `0.1.15` - Upgrade [wasm-bindgen](https://togithub.com/rustwasm/wasm-bindgen) to `0.2.93` - Upgrade [wasm-bindgen-futures](https://togithub.com/rustwasm/wasm-bindgen) to `0.4.43`
chore: update rust crate async-tungstenite to 0.27 - Schedule: ["after 10am on the first day of the month"] - Branch name: `renovate-async-tungstenite-0.x` - Merge into: `main` - Upgrade [async-tungstenite](https://togithub.com/sdroege/async-tungstenite) to `0.27`

🚸 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 was generated by Mend Renovate. View the repository job log.

Sytten commented 4 months ago

I think you should split the update of the production dependencies from the dev/example deps

obmarg commented 4 months ago

I think you should split the update of the production dependencies from the dev/example deps

Good idea. I will try to do that