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 #68

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

Configure Renovate #68

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 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

  • .github/workflows/bump-version.yaml (github-actions)
  • .github/workflows/code-coverage.yaml (github-actions)
  • .github/workflows/update-dependencies.yaml (github-actions)
  • requirements.txt (pip_requirements)
  • terraform/main.tf (terraform)
  • terraform/versions.tf (terraform)

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 16 Pull Requests:

Update dependency PyYAML to v6.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pyyaml-6.x
  • Merge into: master
  • Upgrade PyYAML to ==6.0.1
Update Terraform aws to v3.76.1
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-3.x
  • Merge into: master
  • Upgrade aws to 3.76.1
Update Terraform azurerm to v1.44.0
  • Schedule: ["at any time"]
  • Branch name: renovate/azurerm-1.x
  • Merge into: master
  • Upgrade azurerm to 1.44.0
Update Terraform hashicorp/consul/aws to v0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-consul-aws-0.x
  • Merge into: master
  • Upgrade hashicorp/consul/aws to 0.11.0
Update Terraform hashicorp/terraform to v1.6.6
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-terraform-1.x
  • Merge into: master
  • Upgrade hashicorp/terraform to 1.6.6
Update anothrNick/github-tag-action action to v1.67.0
  • Schedule: ["at any time"]
  • Branch name: renovate/anothrnick-github-tag-action-1.x
  • Merge into: master
  • Upgrade anothrNick/github-tag-action to 1.67.0
Update dependency click to v8.1.7
  • Schedule: ["at any time"]
  • Branch name: renovate/click-8.x
  • Merge into: master
  • Upgrade click to ==8.1.7
Update dependency coverage to v6.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-6.x
  • Merge into: master
  • Upgrade coverage to ==6.5.0
Update dependency requests to v2.31.0
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.31.0
Update dependency tabulate to v0.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tabulate-0.x
  • Merge into: master
  • Upgrade tabulate to ==0.9.0
Update Terraform aws to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-5.x
  • Merge into: master
  • Upgrade aws to 5.31.0
Update Terraform azurerm to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/azurerm-3.x
  • Merge into: master
  • Upgrade azurerm to 3.85.0
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
Update actions/setup-python action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: master
  • Upgrade actions/setup-python to v5
Update dependency coverage to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-7.x
  • Merge into: master
  • Upgrade coverage to ==7.3.3
Update peter-evans/create-pull-request action to v5

🚸 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.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up github-tags package jsoconno/terraform-module-aws-api-gateway
  • Failed to look up github-tags package jsoconno/terraform-module-aws-lambda
  • Failed to look up github-tags package jsoconno/terraform-module-aws-s3

Files affected: terraform/main.tf


❓ 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.

@codecov
Copy link

codecov bot commented Mar 7, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (58c82cb) 55.63% compared to head (c89522d) 55.63%.

❗ Current head c89522d differs from pull request most recent head dfab177. Consider uploading reports for the commit dfab177 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   55.63%   55.63%           
=======================================
  Files           3        3           
  Lines         665      665           
=======================================
  Hits          370      370           
  Misses        295      295           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/configure branch from 6927915 to f6cb1d7 Compare March 21, 2022 08:12
@renovate renovate bot force-pushed the renovate/configure branch from f6cb1d7 to c89522d Compare June 26, 2022 10:10
@renovate renovate bot force-pushed the renovate/configure branch from c89522d to dfab177 Compare December 15, 2023 14:47
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