chore: Configure Renovate #1

Merged
realaravinth merged 1 commit from renovate/configure into master 2026-06-15 15:13:07 +05:30
Member

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)
  • Dockerfile (dockerfile)
  • .github/workflows/clippy-fmt.yml (github-actions)
  • .github/workflows/linux.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/upload-doc.yml (github-actions)

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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • 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 14 Pull Requests:

chore(deps): update rust crate derive_more to v0.99.20
  • Schedule: ["at any time"]
  • Branch name: renovate/derive_more-0.x-lockfile
  • Merge into: master
  • Upgrade derive_more to 0.99.20
chore(deps): update rust crate libc to v0.2.186
  • Schedule: ["at any time"]
  • Branch name: renovate/libc-0.x-lockfile
  • Merge into: master
  • Upgrade libc to 0.2.186
chore(deps): update rust crate redis-module to v2.0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-module-2.x-lockfile
  • Merge into: master
  • Upgrade redis-module to 2.0.8
chore(deps): update rust crate serde to v1.0.228
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-monorepo
  • Merge into: master
  • Upgrade serde to 1.0.228
chore(deps): update rust crate serde_json to v1.0.150
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: master
  • Upgrade serde_json to 1.0.150
chore(deps): update redis docker tag to v7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-7.x
  • Merge into: master
  • Upgrade redis to 7.4-bookworm
chore(deps): update rust crate lazy_static to v1.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/lazy_static-1.x-lockfile
  • Merge into: master
  • Upgrade lazy_static to 1.5.0
fix(deps): update rust crate rand to 0.10
  • Schedule: ["at any time"]
  • Branch name: renovate/rand-0.x
  • Merge into: master
  • Upgrade rand to 0.10
chore(deps): update actions/cache action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-5.x
  • Merge into: master
  • Upgrade actions/cache to v5
chore(deps): update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: master
  • Upgrade actions/checkout to v6
chore(deps): update docker/login-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-4.x
  • Merge into: master
  • Upgrade docker/login-action to v4
chore(deps): update jamesives/github-pages-deploy-action action to v4
chore(deps): update redis docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-8.x
  • Merge into: master
  • Upgrade redis to 8.4-bookworm
fix(deps): update rust crate derive_more to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/derive_more-2.x
  • Merge into: master
  • Upgrade derive_more to 2.0

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) * `Dockerfile` (dockerfile) * `.github/workflows/clippy-fmt.yml` (github-actions) * `.github/workflows/linux.yml` (github-actions) * `.github/workflows/release.yml` (github-actions) * `.github/workflows/upload-doc.yml` (github-actions) ### 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 (except for nuget) directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - 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 14 Pull Requests: <details> <summary>chore(deps): update rust crate derive_more to v0.99.20</summary> - Schedule: ["at any time"] - Branch name: `renovate/derive_more-0.x-lockfile` - Merge into: `master` - Upgrade [derive_more](https://github.com/JelteF/derive_more) to `0.99.20` </details> <details> <summary>chore(deps): update rust crate libc to v0.2.186</summary> - Schedule: ["at any time"] - Branch name: `renovate/libc-0.x-lockfile` - Merge into: `master` - Upgrade [libc](https://github.com/rust-lang/libc) to `0.2.186` </details> <details> <summary>chore(deps): update rust crate redis-module to v2.0.8</summary> - Schedule: ["at any time"] - Branch name: `renovate/redis-module-2.x-lockfile` - Merge into: `master` - Upgrade [redis-module](https://github.com/RedisLabsModules/redismodule-rs) to `2.0.8` </details> <details> <summary>chore(deps): update rust crate serde to v1.0.228</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-monorepo` - Merge into: `master` - Upgrade [serde](https://github.com/serde-rs/serde) to `1.0.228` </details> <details> <summary>chore(deps): update rust crate serde_json to v1.0.150</summary> - 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.150` </details> <details> <summary>chore(deps): update redis docker tag to v7.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/redis-7.x` - Merge into: `master` - Upgrade redis to `7.4-bookworm` </details> <details> <summary>chore(deps): update rust crate lazy_static to v1.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/lazy_static-1.x-lockfile` - Merge into: `master` - Upgrade [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) to `1.5.0` </details> <details> <summary>fix(deps): update rust crate rand to 0.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/rand-0.x` - Merge into: `master` - Upgrade [rand](https://github.com/rust-random/rand) to `0.10` </details> <details> <summary>chore(deps): update actions/cache action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-cache-5.x` - Merge into: `master` - Upgrade [actions/cache](https://github.com/actions/cache) to `v5` </details> <details> <summary>chore(deps): update actions/checkout action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6` </details> <details> <summary>chore(deps): update docker/login-action action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-login-action-4.x` - Merge into: `master` - Upgrade [docker/login-action](https://github.com/docker/login-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.8.0` </details> <details> <summary>chore(deps): update redis docker tag to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/redis-8.x` - Merge into: `master` - Upgrade redis to `8.4-bookworm` </details> <details> <summary>fix(deps): update rust crate derive_more to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/derive_more-2.x` - Merge into: `master` - Upgrade [derive_more](https://github.com/JelteF/derive_more) to `2.0` </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-->
Add renovate.json
Some checks failed
Lint / fmt (pull_request) Has been cancelled
Lint / clippy (pull_request) Has been cancelled
CI (Linux) / nightly - x86_64-unknown-linux-gnu (pull_request) Has been cancelled
CI (Linux) / stable - x86_64-unknown-linux-gnu (pull_request) Has been cancelled
08ff53a5e5
Sign in to join this conversation.
No reviewers
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
mCaptcha/cache!1
No description provided.