Configure Renovate #1

Merged
renovate[bot] merged 1 commit from renovate/configure into master 2024-06-19 13:53:05 +01:00
renovate[bot] commented 2024-06-19 13:39:32 +01:00 (Migrated from github.com)

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

  • Dockerfile (dockerfile)
  • .github/workflows/main.yaml (github-actions)
  • pyproject.toml (pep621)
  • pyproject.toml (poetry)

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

Update dependency pydantic to v1.10.16
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-1.x-lockfile
  • Merge into: master
  • Upgrade pydantic to 1.10.16
Update dependency python-json-logger to v2.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/python-json-logger-2.x-lockfile
  • Merge into: master
  • Upgrade python-json-logger to 2.0.7
Update dependency black to v22.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/black-22.x-lockfile
  • Merge into: master
  • Upgrade black to 22.12.0
Update dependency isort to v5.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x-lockfile
  • Merge into: master
  • Upgrade isort to 5.13.2
Update dependency msal to v1.28.1
  • Schedule: ["at any time"]
  • Branch name: renovate/msal-1.x-lockfile
  • Merge into: master
  • Upgrade msal to 1.28.1
Update dependency requests to v2.32.3
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x-lockfile
  • Merge into: master
  • Upgrade requests to 2.32.3
Update docker.io/python Docker tag to v3.12
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.io-python-3.x
  • Merge into: master
  • Upgrade docker.io/python to 3.12-slim
  • Upgrade docker.io/python to 3.12
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 dependency black to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/black-24.x
  • Merge into: master
  • Upgrade black to ^24.0.0
Update dependency pydantic to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: master
  • Upgrade pydantic to ^2.0.0
Update docker/build-push-action action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-6.x
  • Merge into: master
  • Upgrade docker/build-push-action to v6
Update docker/login-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-3.x
  • Merge into: master
  • Upgrade docker/login-action to v3
Update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
Update docker/setup-qemu-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-qemu-action-3.x
  • Merge into: master
  • Upgrade docker/setup-qemu-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.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.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 * `Dockerfile` (dockerfile) * `.github/workflows/main.yaml` (github-actions) * `pyproject.toml` (pep621) * `pyproject.toml` (poetry) ### 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 14 Pull Requests: <details> <summary>Update dependency pydantic to v1.10.16</summary> - Schedule: ["at any time"] - Branch name: `renovate/pydantic-1.x-lockfile` - Merge into: `master` - Upgrade [pydantic](https://togithub.com/pydantic/pydantic) to `1.10.16` </details> <details> <summary>Update dependency python-json-logger to v2.0.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/python-json-logger-2.x-lockfile` - Merge into: `master` - Upgrade [python-json-logger](https://togithub.com/madzak/python-json-logger) to `2.0.7` </details> <details> <summary>Update dependency black to v22.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/black-22.x-lockfile` - Merge into: `master` - Upgrade [black](https://togithub.com/psf/black) to `22.12.0` </details> <details> <summary>Update dependency isort to v5.13.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/isort-5.x-lockfile` - Merge into: `master` - Upgrade [isort](https://togithub.com/pycqa/isort) to `5.13.2` </details> <details> <summary>Update dependency msal to v1.28.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/msal-1.x-lockfile` - Merge into: `master` - Upgrade [msal](https://togithub.com/AzureAD/microsoft-authentication-library-for-python) to `1.28.1` </details> <details> <summary>Update dependency requests to v2.32.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/requests-2.x-lockfile` - Merge into: `master` - Upgrade [requests](https://togithub.com/psf/requests) to `2.32.3` </details> <details> <summary>Update docker.io/python Docker tag to v3.12</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker.io-python-3.x` - Merge into: `master` - Upgrade docker.io/python to `3.12-slim` - Upgrade docker.io/python to `3.12` </details> <details> <summary>Update actions/checkout action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4` </details> <details> <summary>Update dependency black to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/black-24.x` - Merge into: `master` - Upgrade [black](https://togithub.com/psf/black) to `^24.0.0` </details> <details> <summary>Update dependency pydantic to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/pydantic-2.x` - Merge into: `master` - Upgrade [pydantic](https://togithub.com/pydantic/pydantic) to `^2.0.0` </details> <details> <summary>Update docker/build-push-action action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-build-push-action-6.x` - Merge into: `master` - Upgrade [docker/build-push-action](https://togithub.com/docker/build-push-action) to `v6` </details> <details> <summary>Update docker/login-action action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-login-action-3.x` - Merge into: `master` - Upgrade [docker/login-action](https://togithub.com/docker/login-action) to `v3` </details> <details> <summary>Update docker/setup-buildx-action action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-setup-buildx-action-3.x` - Merge into: `master` - Upgrade [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) to `v3` </details> <details> <summary>Update docker/setup-qemu-action action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-setup-qemu-action-3.x` - Merge into: `master` - Upgrade [docker/setup-qemu-action](https://togithub.com/docker/setup-qemu-action) to `v3` </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://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cpressland/frontdoor-ipgroup-updater). <!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
Commenting is not possible because the repository is archived.
No description provided.