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

Closed
wants to merge 1 commit into from
Closed

Configure Renovate #106

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2024

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

  • docker-compose.bridge-ual.yml (docker-compose)
  • docker-compose.override.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • lambda_functions/v1/Dockerfile (dockerfile)
  • lambda_functions/v1/Dockerfile-tests (dockerfile)
  • mock_aws_services/Dockerfile (dockerfile)
  • mock_sirius_backend/Dockerfile (dockerfile)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/deploy.yml (github-actions)
  • .github/workflows/destroy_workspaces.yml (github-actions)
  • docs/support_scripts/aws/go.mod (gomod)
  • docs/support_scripts/load_testing/go.mod (gomod)
  • docs/support_scripts/requests/go.mod (gomod)
  • integration_tests/v1/requirements.txt (pip_requirements)
  • lambda_functions/v1/requirements/dev-requirements.txt (pip_requirements)
  • lambda_functions/v1/requirements/pact-requirements.txt (pip_requirements)
  • lambda_functions/v1/requirements/requirements.txt (pip_requirements)
  • mock_sirius_backend/requirements.txt (pip_requirements)
  • pact/requirements.txt (pip_requirements)
  • terraform/environment/lambda.tf (terraform)
  • terraform/environment/provider.tf (terraform)
  • terraform/environment/stage.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 35 Pull Requests:

Update dependency markupsafe to v2.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-2.x
  • Merge into: main
  • Upgrade markupsafe to ==2.1.5
Update dependency pytest to v6.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-6.x
  • Merge into: main
  • Upgrade pytest to ==6.2.5
Update dependency Flask to v2.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-2.x
  • Merge into: main
  • Upgrade Flask to ==2.3.3
Update dependency connexion to v2.14.2
  • Schedule: ["at any time"]
  • Branch name: renovate/connexion-2.x
  • Merge into: main
  • Upgrade connexion to ==2.14.2
Update dependency fakeredis to v1.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/fakeredis-1.x
  • Merge into: main
  • Upgrade fakeredis to ==1.10.2
Update dependency flake8 to v3.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-3.x
  • Merge into: main
  • Upgrade flake8 to ==3.9.2
Update dependency flake8-quotes to v3.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-quotes-3.x
  • Merge into: main
  • Upgrade flake8-quotes to ==3.4.0
Update dependency hypothesis to v6.99.13
  • Schedule: ["at any time"]
  • Branch name: renovate/hypothesis-6.x
  • Merge into: main
  • Upgrade hypothesis to ==6.99.13
Update dependency pytest-cov to v2.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-2.x
  • Merge into: main
  • Upgrade pytest-cov to ==2.12.1
Update dependency pytest-env to v0.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-env-0.x
  • Merge into: main
  • Upgrade pytest-env to ==0.8.2
Update dependency pytest-html to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-html-3.x
  • Merge into: main
  • Upgrade pytest-html to ==3.2.0
Update dependency redis to v4.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-4.x
  • Merge into: main
  • Upgrade redis to ==4.6.0
Update dependency requests-aws4auth to v1.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-aws4auth-1.x
  • Merge into: main
  • Upgrade requests-aws4auth to ==1.2.3
Update dependency validators to v0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/validators-0.x
  • Merge into: main
  • Upgrade validators to ==0.24.0
Update dependency yarl to v1.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/yarl-1.x
  • Merge into: main
  • Upgrade yarl to ==1.9.4
Update module github.com/aws/aws-sdk-go to v1.51.9
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-sdk-go-monorepo
  • Merge into: main
  • Upgrade github.com/aws/aws-sdk-go to v1.51.9
Update python Docker tag
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.12-slim
  • Upgrade python to 3.11.4-slim-buster
  • Upgrade python to 3.11-slim-buster
Update GitHub Artifact Actions to v4 (major)
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
Update actions/setup-python action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: main
  • Upgrade actions/setup-python to v5
Update aws-actions/configure-aws-credentials action to v4
Update dependency Flask to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: main
  • Upgrade Flask to ==3.0.2
Update dependency connexion to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/connexion-3.x
  • Merge into: main
  • Upgrade connexion to ==3.0.6
Update dependency fakeredis to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/fakeredis-2.x
  • Merge into: main
  • Upgrade fakeredis to ==2.21.3
Update dependency flake8 to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-7.x
  • Merge into: main
  • Upgrade flake8 to ==7.0.0
Update dependency importlib-metadata to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/importlib-metadata-7.x
  • Merge into: main
  • Upgrade importlib-metadata to ==7.1.0
Update dependency localstack-client to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/localstack-client-2.x
  • Merge into: main
  • Upgrade localstack-client to ==2.5
Update dependency moto to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/moto-5.x
  • Merge into: main
  • Upgrade moto to ~=5.0
Update dependency pytest to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: main
  • Upgrade pytest to ==8.1.1
Update dependency pytest-cov to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-5.x
  • Merge into: main
  • Upgrade pytest-cov to ==5.0.0
Update dependency pytest-env to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-env-1.x
  • Merge into: main
  • Upgrade pytest-env to ==1.1.3
Update dependency pytest-html to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-html-4.x
  • Merge into: main
  • Upgrade pytest-html to ==4.1.1
Update dependency redis to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-5.x
  • Merge into: main
  • Upgrade redis to ==5.0.3
Update dependency tenacity to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/tenacity-8.x
  • Merge into: main
  • Upgrade tenacity to ==8.2.3
Update hashicorp/setup-terraform action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-setup-terraform-3.x
  • Merge into: main
  • Upgrade hashicorp/setup-terraform 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.

@ntse ntse closed this Mar 28, 2024
@ntse ntse deleted the renovate/configure branch March 28, 2024 11:15
Copy link
Contributor Author

renovate bot commented Mar 28, 2024

Renovate is disabled

Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.

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.

1 participant