chore: Configure Renovate #1

Merged
realaravinth merged 1 commit from renovate/configure into master 2024-06-08 16:15:36 +05:30
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)
  • .github/workflows/clippy-fmt.yml (github-actions)
  • .github/workflows/coverage.yml (github-actions)
  • .github/workflows/linux.yml (github-actions)
  • .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 13 Pull Requests:

chore(deps): update rust crate actix-test to v0.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/actix-test-0.x-lockfile
  • Merge into: master
  • Upgrade actix-test to 0.1.3
chore(deps): update rust crate futures-core to v0.3.30
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-futures-monorepo
  • Merge into: master
  • Upgrade futures-core to 0.3.30
chore(deps): update rust crate rustversion to v1.0.17
  • Schedule: ["at any time"]
  • Branch name: renovate/rustversion-1.x-lockfile
  • Merge into: master
  • Upgrade rustversion to 1.0.17
chore(deps): update rust crate trybuild to v1.0.96
  • Schedule: ["at any time"]
  • Branch name: renovate/trybuild-1.x-lockfile
  • Merge into: master
  • Upgrade trybuild to 1.0.96
fix(deps): update rust crate actix-router to v0.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/actix-router-0.x-lockfile
  • Merge into: master
  • Upgrade actix-router to 0.5.3
fix(deps): update rust crate proc-macro2 to v1.0.85
  • Schedule: ["at any time"]
  • Branch name: renovate/proc-macro2-1.x-lockfile
  • Merge into: master
  • Upgrade proc-macro2 to 1.0.85
fix(deps): update rust crate quote to v1.0.36
  • Schedule: ["at any time"]
  • Branch name: renovate/quote-1.x-lockfile
  • Merge into: master
  • Upgrade quote to 1.0.36
fix(deps): update rust crate syn to v2.0.66
  • Schedule: ["at any time"]
  • Branch name: renovate/syn-2.x-lockfile
  • Merge into: master
  • Upgrade syn to 2.0.66
chore(deps): update rust crate actix-web to v4.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actix-web-4.x-lockfile
  • Merge into: master
  • Upgrade actix-web to 4.6.0
chore(deps): update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: master
  • Upgrade actions/cache to v4
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update codecov/codecov-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/codecov-codecov-action-4.x
  • Merge into: master
  • Upgrade codecov/codecov-action to v4
chore(deps): update jamesives/github-pages-deploy-action action to v4

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) * `.github/workflows/clippy-fmt.yml` (github-actions) * `.github/workflows/coverage.yml` (github-actions) * `.github/workflows/linux.yml` (github-actions) * `.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 13 Pull Requests: <details> <summary>chore(deps): update rust crate actix-test to v0.1.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/actix-test-0.x-lockfile` - Merge into: `master` - Upgrade [actix-test](https://github.com/actix/actix-web) to `0.1.3` </details> <details> <summary>chore(deps): update rust crate futures-core to v0.3.30</summary> - Schedule: ["at any time"] - Branch name: `renovate/rust-futures-monorepo` - Merge into: `master` - Upgrade [futures-core](https://github.com/rust-lang/futures-rs) to `0.3.30` </details> <details> <summary>chore(deps): update rust crate rustversion to v1.0.17</summary> - Schedule: ["at any time"] - Branch name: `renovate/rustversion-1.x-lockfile` - Merge into: `master` - Upgrade [rustversion](https://github.com/dtolnay/rustversion) to `1.0.17` </details> <details> <summary>chore(deps): update rust crate trybuild to v1.0.96</summary> - Schedule: ["at any time"] - Branch name: `renovate/trybuild-1.x-lockfile` - Merge into: `master` - Upgrade [trybuild](https://github.com/dtolnay/trybuild) to `1.0.96` </details> <details> <summary>fix(deps): update rust crate actix-router to v0.5.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/actix-router-0.x-lockfile` - Merge into: `master` - Upgrade [actix-router](https://github.com/actix/actix-web) to `0.5.3` </details> <details> <summary>fix(deps): update rust crate proc-macro2 to v1.0.85</summary> - Schedule: ["at any time"] - Branch name: `renovate/proc-macro2-1.x-lockfile` - Merge into: `master` - Upgrade [proc-macro2](https://github.com/dtolnay/proc-macro2) to `1.0.85` </details> <details> <summary>fix(deps): update rust crate quote to v1.0.36</summary> - Schedule: ["at any time"] - Branch name: `renovate/quote-1.x-lockfile` - Merge into: `master` - Upgrade [quote](https://github.com/dtolnay/quote) to `1.0.36` </details> <details> <summary>fix(deps): update rust crate syn to v2.0.66</summary> - Schedule: ["at any time"] - Branch name: `renovate/syn-2.x-lockfile` - Merge into: `master` - Upgrade [syn](https://github.com/dtolnay/syn) to `2.0.66` </details> <details> <summary>chore(deps): update rust crate actix-web to v4.6.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/actix-web-4.x-lockfile` - Merge into: `master` - Upgrade [actix-web](https://github.com/actix/actix-web) to `4.6.0` </details> <details> <summary>chore(deps): update actions/cache action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-cache-4.x` - Merge into: `master` - Upgrade [actions/cache](https://github.com/actions/cache) to `v4` </details> <details> <summary>chore(deps): update actions/checkout action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v4` </details> <details> <summary>chore(deps): update codecov/codecov-action action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/codecov-codecov-action-4.x` - Merge into: `master` - Upgrade [codecov/codecov-action](https://github.com/codecov/codecov-action) to `v4` </details> <details> <summary>chore(deps): update jamesives/github-pages-deploy-action action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/jamesives-github-pages-deploy-action-4.x` - Merge into: `master` - Upgrade [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) to `v4.6.1` </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 1 commit 2024-06-08 16:15:05 +05:30
realaravinth merged commit f330aa2c0b into master 2024-06-08 16:15:36 +05:30
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: realaravinth/actix-web-codegen-const-routes#1
No description provided.