Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 28, 2022

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

  • Cargo.toml (cargo)
  • Dockerfile.example (dockerfile)
  • .github/workflows/devskim.yml (github-actions)
  • .github/workflows/hugo.yml (github-actions)
  • .github/workflows/rust-clippy.yml (github-actions)
  • .github/workflows/rust.yml (github-actions)
  • npm-package/package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • 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.

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

fix(deps): update rust crate chrono to 0.4.31
  • Schedule: ["at any time"]
  • Branch name: renovate/chrono-0.x
  • Merge into: main
  • Upgrade chrono to 0.4.31
fix(deps): update rust crate log to 0.4.20
  • Schedule: ["at any time"]
  • Branch name: renovate/log-0.x
  • Merge into: main
  • Upgrade log to 0.4.20
fix(deps): update rust crate minify to 1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/minify-1.x
  • Merge into: main
  • Upgrade minify to 1.3
fix(deps): update rust crate serde to 1.0.193
  • Schedule: ["at any time"]
  • Branch name: renovate/serde-monorepo
  • Merge into: main
  • Upgrade serde to 1.0.193
fix(deps): update rust crate systemstat to 0.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/systemstat-0.x
  • Merge into: main
  • Upgrade systemstat to 0.2.3
fix(deps): update rust crate tokio-postgres to 0.7.10
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-postgres-0.x
  • Merge into: main
  • Upgrade tokio-postgres to 0.7.10
chore(deps): update rust docker tag to v1.74.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rust-1.x
  • Merge into: main
  • Upgrade rust to 1.74.1
fix(deps): update rust crate actix-governor to 0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/actix-governor-0.x
  • Merge into: main
  • Upgrade actix-governor to 0.5
fix(deps): update rust crate actix-web-lab to 0.20.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actix-web-lab-0.x
  • Merge into: main
  • Upgrade actix-web-lab to 0.20.1
fix(deps): update rust crate askama to 0.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/askama-0.x
  • Merge into: main
  • Upgrade askama to 0.12.1
fix(deps): update rust crate askama_actix to 0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/askama_actix-0.x
  • Merge into: main
  • Upgrade askama_actix to 0.14.0
fix(deps): update rust crate config to 0.13
  • Schedule: ["at any time"]
  • Branch name: renovate/config-0.x
  • Merge into: main
  • Upgrade config to 0.13
fix(deps): update rust crate deadpool-postgres to 0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/deadpool-postgres-0.x
  • Merge into: main
  • Upgrade deadpool-postgres to 0.11.0
fix(deps): update rust crate env_logger to 0.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/env_logger-0.x
  • Merge into: main
  • Upgrade env_logger to 0.10.1
fix(deps): update rust crate nats to 0.24.1
  • Schedule: ["at any time"]
  • Branch name: renovate/nats-0.x
  • Merge into: main
  • Upgrade nats to 0.24.1
fix(deps): update rust crate rdkafka to 0.35
  • Schedule: ["at any time"]
  • Branch name: renovate/rdkafka-0.x
  • Merge into: main
  • Upgrade rdkafka to 0.35
fix(deps): update rust crate strum to 0.25.0
  • Schedule: ["at any time"]
  • Branch name: renovate/strum-0.x
  • Merge into: main
  • Upgrade strum to 0.25.0
fix(deps): update rust crate strum_macros to 0.25.3
  • Schedule: ["at any time"]
  • Branch name: renovate/strum_macros-0.x
  • Merge into: main
  • Upgrade strum_macros to 0.25.3
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update actions/configure-pages action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-configure-pages-4.x
  • Merge into: main
  • Upgrade actions/configure-pages to v4
chore(deps): update actions/deploy-pages action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-deploy-pages-3.x
  • Merge into: main
  • Upgrade actions/deploy-pages to v3
chore(deps): update actions/upload-pages-artifact action to v2
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: main
  • Upgrade ubuntu to 22.04
chore(deps): update github/codeql-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-3.x
  • Merge into: main
  • Upgrade github/codeql-action to v3

🚸 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 Mend Renovate. View repository job log here.

@xamfy xamfy self-requested a review as a code owner September 30, 2022 15:28
@renovate renovate bot force-pushed the renovate/configure branch from 22b1700 to 95e0cba Compare March 23, 2023 23:32
@renovate renovate bot force-pushed the renovate/configure branch from 95e0cba to b8a20cb Compare December 15, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants