Configure Renovate #1

Merged
olofvndrhr merged 1 commit from renovate/configure into master 2023-12-05 22:51:30 +01:00
Member

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

  • .gitea/workflows/build_container.yml (github-actions)
  • .gitea/workflows/build_pypackage.yml (github-actions)
  • .gitea/workflows/check_python.yml (github-actions)
  • .gitea/workflows/check_python_hatch.yml (github-actions)
  • .gitea/workflows/release_pypackage.yml (github-actions)
  • .gitea/workflows/sonarqube_python.yml (github-actions)
  • .gitea/workflows/update_changelog.yml (github-actions)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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.
  • Remove hourly and concurrent rate limits.
  • Pin dependency versions for devDependencies and retain SemVer ranges for others.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • 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 6 Pull Requests:

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 docker/build-push-action action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-5.x
  • Merge into: master
  • Upgrade docker/build-push-action to v5
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/metadata-action action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-metadata-action-5.x
  • Merge into: master
  • Upgrade docker/metadata-action to v5
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

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 * `.gitea/workflows/build_container.yml` (github-actions) * `.gitea/workflows/build_pypackage.yml` (github-actions) * `.gitea/workflows/check_python.yml` (github-actions) * `.gitea/workflows/check_python_hatch.yml` (github-actions) * `.gitea/workflows/release_pypackage.yml` (github-actions) * `.gitea/workflows/sonarqube_python.yml` (github-actions) * `.gitea/workflows/update_changelog.yml` (github-actions) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - 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. - Remove hourly and concurrent rate limits. - Pin dependency versions for `devDependencies` and retain SemVer ranges for others. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - 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 6 Pull Requests: <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://github.com/actions/checkout) to `v4` </details> <details> <summary>Update docker/build-push-action action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-build-push-action-5.x` - Merge into: `master` - Upgrade [docker/build-push-action](https://github.com/docker/build-push-action) to `v5` </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://github.com/docker/login-action) to `v3` </details> <details> <summary>Update docker/metadata-action action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-metadata-action-5.x` - Merge into: `master` - Upgrade [docker/metadata-action](https://github.com/docker/metadata-action) to `v5` </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://github.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://github.com/docker/setup-qemu-action) to `v3` </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:d7ea447a2a081b2b1769213dfb12d615d0b2d18871bad66f64d28e9c978d1dcb-->
renovate-bot added 1 commit 2023-12-05 20:06:59 +01:00
olofvndrhr merged commit 8ca6f613fc into master 2023-12-05 22:51:30 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: actions/workflows#1
No description provided.