Configure Renovate #1

Closed
sudacode wants to merge 1 commits from renovate/configure into master
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

  • .gitea/workflows/build-pypi.yml (github-actions)
  • requirements.txt (pip_requirements)
  • 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.

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

Update dependency requests to v2.32.5
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.32.5
Update dependency black to v24.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/black-24.x
  • Merge into: master
  • Upgrade black to ==24.10.0
Update dependency certifi to v2024.12.14
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.12.14
Update dependency charset-normalizer to v3.4.3
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-3.x
  • Merge into: master
  • Upgrade charset-normalizer to ==3.4.3
Update dependency click to v8.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/click-8.x
  • Merge into: master
  • Upgrade click to ==8.3.0
Update dependency idna to v3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.10
Update dependency iniconfig to v2.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/iniconfig-2.x
  • Merge into: master
  • Upgrade iniconfig to ==2.1.0
Update dependency mypy to v1.18.2
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: master
  • Upgrade mypy to ==1.18.2
Update dependency mypy-extensions to v1.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-extensions-1.x
  • Merge into: master
  • Upgrade mypy-extensions to ==1.1.0
Update dependency packaging to v24.2
  • Schedule: ["at any time"]
  • Branch name: renovate/packaging-24.x
  • Merge into: master
  • Upgrade packaging to ==24.2
Update dependency platformdirs to v4.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/platformdirs-4.x
  • Merge into: master
  • Upgrade platformdirs to ==4.4.0
Update dependency pluggy to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pluggy-1.x
  • Merge into: master
  • Upgrade pluggy to ==1.6.0
Update dependency pytest to v8.4.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: master
  • Upgrade pytest to ==8.4.2
Update dependency typing_extensions to v4.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typing_extensions-4.x
  • Merge into: master
  • Upgrade typing_extensions to ==4.15.0
Update dependency urllib3 to v2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-2.x
  • Merge into: master
  • Upgrade urllib3 to ==2.5.0
Update actions/checkout action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-5.x
  • Merge into: master
  • Upgrade actions/checkout to v5
Update actions/setup-python action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-6.x
  • Merge into: master
  • Upgrade actions/setup-python to v6
Update dependency black to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/black-25.x
  • Merge into: master
  • Upgrade black to ==25.9.0
Update dependency certifi to v2025
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2025.x
  • Merge into: master
  • Upgrade certifi to ==2025.8.3
Update dependency packaging to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/packaging-25.x
  • Merge into: master
  • Upgrade packaging to ==25.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 * `.gitea/workflows/build-pypi.yml` (github-actions) * `requirements.txt` (pip_requirements) * `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. 🔡 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 20 Pull Requests: <details> <summary>Update dependency requests to v2.32.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/requests-2.x` - Merge into: `master` - Upgrade [requests](https://github.com/psf/requests) to `==2.32.5` </details> <details> <summary>Update dependency black to v24.10.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/black-24.x` - Merge into: `master` - Upgrade [black](https://github.com/psf/black) to `==24.10.0` </details> <details> <summary>Update dependency certifi to v2024.12.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/certifi-2024.x` - Merge into: `master` - Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2024.12.14` </details> <details> <summary>Update dependency charset-normalizer to v3.4.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/charset-normalizer-3.x` - Merge into: `master` - Upgrade [charset-normalizer](https://github.com/jawah/charset_normalizer) to `==3.4.3` </details> <details> <summary>Update dependency click to v8.3.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/click-8.x` - Merge into: `master` - Upgrade [click](https://github.com/pallets/click) to `==8.3.0` </details> <details> <summary>Update dependency idna to v3.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/idna-3.x` - Merge into: `master` - Upgrade [idna](https://github.com/kjd/idna) to `==3.10` </details> <details> <summary>Update dependency iniconfig to v2.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/iniconfig-2.x` - Merge into: `master` - Upgrade [iniconfig](https://github.com/pytest-dev/iniconfig) to `==2.1.0` </details> <details> <summary>Update dependency mypy to v1.18.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/mypy-1.x` - Merge into: `master` - Upgrade [mypy](https://github.com/python/mypy) to `==1.18.2` </details> <details> <summary>Update dependency mypy-extensions to v1.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/mypy-extensions-1.x` - Merge into: `master` - Upgrade [mypy-extensions](https://github.com/python/mypy_extensions) to `==1.1.0` </details> <details> <summary>Update dependency packaging to v24.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/packaging-24.x` - Merge into: `master` - Upgrade [packaging](https://github.com/pypa/packaging) to `==24.2` </details> <details> <summary>Update dependency platformdirs to v4.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/platformdirs-4.x` - Merge into: `master` - Upgrade [platformdirs](https://github.com/tox-dev/platformdirs) to `==4.4.0` </details> <details> <summary>Update dependency pluggy to v1.6.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/pluggy-1.x` - Merge into: `master` - Upgrade pluggy to `==1.6.0` </details> <details> <summary>Update dependency pytest to v8.4.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/pytest-8.x` - Merge into: `master` - Upgrade [pytest](https://github.com/pytest-dev/pytest) to `==8.4.2` </details> <details> <summary>Update dependency typing_extensions to v4.15.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/typing_extensions-4.x` - Merge into: `master` - Upgrade [typing_extensions](https://github.com/python/typing_extensions) to `==4.15.0` </details> <details> <summary>Update dependency urllib3 to v2.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/urllib3-2.x` - Merge into: `master` - Upgrade [urllib3](https://github.com/urllib3/urllib3) to `==2.5.0` </details> <details> <summary>Update actions/checkout action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-5.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v5` </details> <details> <summary>Update actions/setup-python action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-python-6.x` - Merge into: `master` - Upgrade [actions/setup-python](https://github.com/actions/setup-python) to `v6` </details> <details> <summary>Update dependency black to v25</summary> - Schedule: ["at any time"] - Branch name: `renovate/black-25.x` - Merge into: `master` - Upgrade [black](https://github.com/psf/black) to `==25.9.0` </details> <details> <summary>Update dependency certifi to v2025</summary> - Schedule: ["at any time"] - Branch name: `renovate/certifi-2025.x` - Merge into: `master` - Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2025.8.3` </details> <details> <summary>Update dependency packaging to v25</summary> - Schedule: ["at any time"] - Branch name: `renovate/packaging-25.x` - Merge into: `master` - Upgrade [packaging](https://github.com/pypa/packaging) to `==25.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-->
sudacode added 1 commit 2025-09-20 00:36:59 -07:00
sudacode closed this pull request 2025-09-24 00:07:28 -07: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.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sudacode/wallabag-api-client#1