chore: Configure Renovate #12

Open
allanger wants to merge 1 commits from renovate/configure into main
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)
  • Dockerfile (dockerfile)
  • dockerfiles/Dockerfile-argo (dockerfile)
  • dockerfiles/Dockerfile-helmfile (dockerfile)
  • dockerfiles/Dockerfile-helmfile-secrets (dockerfile)
  • .drone.yml (droneci)
  • .github/workflows/build-version.yaml (github-actions)
  • .github/workflows/container-stable.yaml (github-actions)
  • .github/workflows/container-version.yaml (github-actions)
  • .github/workflows/tests.yaml (github-actions)
  • examples/helmfile.yaml (helmfile)

What to Expect

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

chore(deps): update rust crate log to v0.4.22
  • Schedule: ["at any time"]
  • Branch name: renovate/log-0.x-lockfile
  • Merge into: main
  • Upgrade log to 0.4.22
chore(deps): update rust crate serde to v1.0.210
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-1.x-lockfile
  • Merge into: main
  • Upgrade serde to 1.0.210
chore(deps): update rust crate serde_json to v1.0.128
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: main
  • Upgrade serde_json to 1.0.128
chore(deps): update rust crate serde_yaml to v0.9.34
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_yaml-0.x-lockfile
  • Merge into: main
  • Upgrade serde_yaml to 0.9.34
chore(deps): update alpine docker tag to v3.20
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-3.x
  • Merge into: main
  • Upgrade alpine to 3.20
chore(deps): update helm release argo-cd to v5.55.0
  • Schedule: ["at any time"]
  • Branch name: renovate/argo-cd-5.x
  • Merge into: main
  • Upgrade argo-cd to 8281ecbc11b7fd5e89a855e8c262711b56eec580be3cf96820a12f8f9feae774
chore(deps): update redis docker tag to v17.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-17.x
  • Merge into: main
  • Upgrade redis to 17.17.1
chore(deps): update rust crate clap to v4.5.17
  • Schedule: ["at any time"]
  • Branch name: renovate/clap-4.x-lockfile
  • Merge into: main
  • Upgrade clap to 4.5.17
chore(deps): update rust crate clap_complete to v4.5.26
  • Schedule: ["at any time"]
  • Branch name: renovate/clap_complete-4.x-lockfile
  • Merge into: main
  • Upgrade clap_complete to 4.5.26
chore(deps): update rust crate env_logger to 0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/env_logger-0.x
  • Merge into: main
  • Upgrade env_logger to 0.11.0
chore(deps): update rust crate tabled to 0.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tabled-0.x
  • Merge into: main
  • Upgrade tabled to 0.16.0
chore(deps): update rust crate tempfile to v3.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tempfile-3.x-lockfile
  • Merge into: main
  • Upgrade tempfile to 3.12.0
chore(deps): update rust crate version-compare to 0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/version-compare-0.x
  • Merge into: main
  • Upgrade version-compare to 0.2.0
chore(deps): update rust docker tag to v1.78.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-1.x
  • Merge into: main
  • Upgrade rust to 1.78.0-alpine3.18
chore(deps): update helm release argo-cd to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/argo-cd-7.x
  • Merge into: main
  • Upgrade argo-cd to 0dfe058b60562d68300267471808d549fca9d1c180b314fc79ba5e97c2196ded
chore(deps): update redis docker tag to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-20.x
  • Merge into: main
  • Upgrade redis to 20.1.0
chore(deps): update rust crate handlebars to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/handlebars-6.x
  • Merge into: main
  • Upgrade handlebars to 6.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, 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) * `dockerfiles/Dockerfile-argo` (dockerfile) * `dockerfiles/Dockerfile-helmfile` (dockerfile) * `dockerfiles/Dockerfile-helmfile-secrets` (dockerfile) * `.drone.yml` (droneci) * `.github/workflows/build-version.yaml` (github-actions) * `.github/workflows/container-stable.yaml` (github-actions) * `.github/workflows/container-version.yaml` (github-actions) * `.github/workflows/tests.yaml` (github-actions) * `examples/helmfile.yaml` (helmfile) ### What to Expect With your current configuration, Renovate will create 17 Pull Requests: <details> <summary>chore(deps): update rust crate log to v0.4.22</summary> - Schedule: ["at any time"] - Branch name: `renovate/log-0.x-lockfile` - Merge into: `main` - Upgrade [log](https://github.com/rust-lang/log) to `0.4.22` </details> <details> <summary>chore(deps): update rust crate serde to v1.0.210</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde-1.x-lockfile` - Merge into: `main` - Upgrade [serde](https://github.com/serde-rs/serde) to `1.0.210` </details> <details> <summary>chore(deps): update rust crate serde_json to v1.0.128</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x-lockfile` - Merge into: `main` - Upgrade [serde_json](https://github.com/serde-rs/json) to `1.0.128` </details> <details> <summary>chore(deps): update rust crate serde_yaml to v0.9.34</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_yaml-0.x-lockfile` - Merge into: `main` - Upgrade [serde_yaml](https://github.com/dtolnay/serde-yaml) to `0.9.34` </details> <details> <summary>chore(deps): update alpine docker tag to v3.20</summary> - Schedule: ["at any time"] - Branch name: `renovate/alpine-3.x` - Merge into: `main` - Upgrade alpine to `3.20` </details> <details> <summary>chore(deps): update helm release argo-cd to v5.55.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/argo-cd-5.x` - Merge into: `main` - Upgrade [argo-cd](https://github.com/argoproj/argo-helm) to `8281ecbc11b7fd5e89a855e8c262711b56eec580be3cf96820a12f8f9feae774` </details> <details> <summary>chore(deps): update redis docker tag to v17.17.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/redis-17.x` - Merge into: `main` - Upgrade [redis](https://github.com/bitnami/charts) to `17.17.1` </details> <details> <summary>chore(deps): update rust crate clap to v4.5.17</summary> - Schedule: ["at any time"] - Branch name: `renovate/clap-4.x-lockfile` - Merge into: `main` - Upgrade [clap](https://github.com/clap-rs/clap) to `4.5.17` </details> <details> <summary>chore(deps): update rust crate clap_complete to v4.5.26</summary> - Schedule: ["at any time"] - Branch name: `renovate/clap_complete-4.x-lockfile` - Merge into: `main` - Upgrade [clap_complete](https://github.com/clap-rs/clap) to `4.5.26` </details> <details> <summary>chore(deps): update rust crate env_logger to 0.11.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/env_logger-0.x` - Merge into: `main` - Upgrade [env_logger](https://github.com/rust-cli/env_logger) to `0.11.0` </details> <details> <summary>chore(deps): update rust crate tabled to 0.16.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tabled-0.x` - Merge into: `main` - Upgrade [tabled](https://github.com/zhiburt/tabled) to `0.16.0` </details> <details> <summary>chore(deps): update rust crate tempfile to v3.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tempfile-3.x-lockfile` - Merge into: `main` - Upgrade [tempfile](https://github.com/Stebalien/tempfile) to `3.12.0` </details> <details> <summary>chore(deps): update rust crate version-compare to 0.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/version-compare-0.x` - Merge into: `main` - Upgrade [version-compare](https://gitlab.com/timvisee/version-compare) to `0.2.0` </details> <details> <summary>chore(deps): update rust docker tag to v1.78.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/rust-1.x` - Merge into: `main` - Upgrade rust to `1.78.0-alpine3.18` </details> <details> <summary>chore(deps): update helm release argo-cd to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/argo-cd-7.x` - Merge into: `main` - Upgrade [argo-cd](https://github.com/argoproj/argo-helm) to `0dfe058b60562d68300267471808d549fca9d1c180b314fc79ba5e97c2196ded` </details> <details> <summary>chore(deps): update redis docker tag to v20</summary> - Schedule: ["at any time"] - Branch name: `renovate/redis-20.x` - Merge into: `main` - Upgrade [redis](https://github.com/bitnami/charts) to `20.1.0` </details> <details> <summary>chore(deps): update rust crate handlebars to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/handlebars-6.x` - Merge into: `main` - Upgrade [handlebars](https://github.com/sunng87/handlebars-rust) to `6.0.0` </details> 🚸 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-->
allanger added 1 commit 2024-09-10 10:58:37 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.