chore: Configure Renovate #1

Merged
hads merged 1 commits from renovate/configure into main 2024-11-12 12:52:17 +13:00
Owner

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/build.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
  • 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 (except for nuget) 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 3 Pull Requests:

chore(deps): update dependency ruff to ^0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ruff-0.x
  • Merge into: main
  • Upgrade ruff to ^0.7.0
chore(deps): update dependency pre-commit to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pre-commit-4.x
  • Merge into: main
  • Upgrade pre-commit to ^4.0.0
chore(deps): update dependency pytest-cov to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-6.x
  • Merge into: main
  • Upgrade pytest-cov to ^6.0.0

🚸 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 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 * `Dockerfile` (dockerfile) * `.github/workflows/build.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 - 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 (except for nuget) 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 3 Pull Requests: <details> <summary>chore(deps): update dependency ruff to ^0.7.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/ruff-0.x` - Merge into: `main` - Upgrade [ruff](https://github.com/astral-sh/ruff) to `^0.7.0` </details> <details> <summary>chore(deps): update dependency pre-commit to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/pre-commit-4.x` - Merge into: `main` - Upgrade [pre-commit](https://github.com/pre-commit/pre-commit) to `^4.0.0` </details> <details> <summary>chore(deps): update dependency pytest-cov to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/pytest-cov-6.x` - Merge into: `main` - Upgrade [pytest-cov](https://github.com/pytest-dev/pytest-cov) to `^6.0.0` </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://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:96b86d186a7879beaae74f951d359c657fe8ca164b4a3e84511d90dc6afacf7c-->
hads added 1 commit 2024-11-11 12:02:38 +13:00
chore(deps): add renovate.json
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 48s
23a35ff94e
hads merged commit 5993280c51 into main 2024-11-12 12:52:17 +13:00
hads deleted branch renovate/configure 2024-11-12 12:52:17 +13:00
Author
Owner

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.

### 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 in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hads/hinpdof#1
No description provided.