Configure Renovate #1

Merged
exu merged 1 commit from renovate/configure into main 2026-02-06 21:06:37 +00:00
Collaborator

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

  • music-normalize/requirements.txt (pip_requirements)
  • roles/config/files/.config/calibre/plugins/DeACSM/modules/oscrypto/setup.py (pip_setup)
  • roles/config/files/.config/calibre/plugins/DeACSM/modules/rsa/setup.py (pip_setup)
  • roles/config/files/.config/calibre/plugins/DeACSM/modules/rsa/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.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

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

Update dependency coveralls to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/coveralls-4.x
  • Merge into: main
  • Upgrade coveralls to ^4.0.0
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 mypy to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: main
  • Upgrade mypy to ^1.0.0
Update dependency pytest to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-9.x
  • Merge into: main
  • Upgrade pytest to ^9.0.0
Update dependency pytest-cov to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-7.x
  • Merge into: main
  • Upgrade pytest-cov to ^7.0.0
Update dependency Sphinx to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-9.x
  • Merge into: main
  • Upgrade Sphinx to ^9.0.0
Update dependency tox to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-4.x
  • Merge into: main
  • Upgrade tox to ^4.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 * `music-normalize/requirements.txt` (pip_requirements) * `roles/config/files/.config/calibre/plugins/DeACSM/modules/oscrypto/setup.py` (pip_setup) * `roles/config/files/.config/calibre/plugins/DeACSM/modules/rsa/setup.py` (pip_setup) * `roles/config/files/.config/calibre/plugins/DeACSM/modules/rsa/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. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title 🔡 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 7 Pull Requests: <details> <summary>Update dependency coveralls to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/coveralls-4.x` - Merge into: `main` - Upgrade [coveralls](https://github.com/TheKevJames/coveralls-python) to `^4.0.0` </details> <details> <summary>Update dependency flake8 to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/flake8-7.x` - Merge into: `main` - Upgrade [flake8](https://github.com/pycqa/flake8) to `^7.0.0` </details> <details> <summary>Update dependency mypy to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/mypy-1.x` - Merge into: `main` - Upgrade [mypy](https://github.com/python/mypy) to `^1.0.0` </details> <details> <summary>Update dependency pytest to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/pytest-9.x` - Merge into: `main` - Upgrade [pytest](https://github.com/pytest-dev/pytest) to `^9.0.0` </details> <details> <summary>Update dependency pytest-cov to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/pytest-cov-7.x` - Merge into: `main` - Upgrade [pytest-cov](https://github.com/pytest-dev/pytest-cov) to `^7.0.0` </details> <details> <summary>Update dependency Sphinx to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/sphinx-9.x` - Merge into: `main` - Upgrade [Sphinx](https://github.com/sphinx-doc/sphinx) to `^9.0.0` </details> <details> <summary>Update dependency tox to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/tox-4.x` - Merge into: `main` - Upgrade [tox](https://github.com/tox-dev/tox) to `^4.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:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
exu merged commit 39af67da6e into main 2026-02-06 21:06:37 +00:00
exu deleted branch renovate/configure 2026-02-06 21:06:37 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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
exu/configs!1
No description provided.