Configure Renovate #3

Open
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

  • compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .gitea/workflows/build_docker.yml (github-actions)
  • requirements.txt (pip_requirements)

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

Update dependency cryptography to v43.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-43.x
  • Merge into: master
  • Upgrade cryptography to ==43.0.3
Update dependency Flask to v3.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: master
  • Upgrade Flask to ==3.1.2
Update dependency Jinja2 to v3.1.6
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: master
  • Upgrade Jinja2 to ==3.1.6
Update dependency Mako to v1.3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/mako-1.x
  • Merge into: master
  • Upgrade Mako to ==1.3.10
Update dependency PyMySQL to v1.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pymysql-1.x
  • Merge into: master
  • Upgrade PyMySQL to ==1.1.2
Update dependency SQLAlchemy to v2.0.43
  • Schedule: ["at any time"]
  • Branch name: renovate/sqlalchemy-2.x
  • Merge into: master
  • Upgrade SQLAlchemy to ==2.0.43
Update dependency alembic to v1.16.5
  • Schedule: ["at any time"]
  • Branch name: renovate/alembic-1.x
  • Merge into: master
  • Upgrade alembic to ==1.16.5
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 greenlet to v3.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/greenlet-3.x
  • Merge into: master
  • Upgrade greenlet to ==3.2.4
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 pycparser to v2.23
  • Schedule: ["at any time"]
  • Branch name: renovate/pycparser-2.x
  • Merge into: master
  • Upgrade pycparser to ==2.23
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 yt-dlp to v2025.9.26
  • Schedule: ["at any time"]
  • Branch name: renovate/yt-dlp-2025.x
  • Merge into: master
  • Upgrade yt-dlp to ==2025.9.26
Update python Docker tag to v3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to 3.14-slim
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 dependency cffi to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/cffi-2.x
  • Merge into: master
  • Upgrade cffi to ==2.0.0
Update dependency cryptography to v46
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-46.x
  • Merge into: master
  • Upgrade cryptography to ==46.0.2
Update dependency MarkupSafe to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-3.x
  • Merge into: master
  • Upgrade MarkupSafe to ==3.0.3
Update dependency oracledb to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/oracledb-3.x
  • Merge into: master
  • Upgrade oracledb to ==3.4.0
Update dependency packaging to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/packaging-25.x
  • Merge into: master
  • Upgrade packaging to ==25.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/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

🚸 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 * `compose.yml` (docker-compose) * `Dockerfile` (dockerfile) * `.gitea/workflows/build_docker.yml` (github-actions) * `requirements.txt` (pip_requirements) ### 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 22 Pull Requests: <details> <summary>Update dependency cryptography to v43.0.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/cryptography-43.x` - Merge into: `master` - Upgrade [cryptography](https://github.com/pyca/cryptography) to `==43.0.3` </details> <details> <summary>Update dependency Flask to v3.1.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/flask-3.x` - Merge into: `master` - Upgrade [Flask](https://github.com/pallets/flask) to `==3.1.2` </details> <details> <summary>Update dependency Jinja2 to v3.1.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/jinja2-3.x` - Merge into: `master` - Upgrade [Jinja2](https://github.com/pallets/jinja) to `==3.1.6` </details> <details> <summary>Update dependency Mako to v1.3.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/mako-1.x` - Merge into: `master` - Upgrade [Mako](https://github.com/sqlalchemy/mako) to `==1.3.10` </details> <details> <summary>Update dependency PyMySQL to v1.1.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/pymysql-1.x` - Merge into: `master` - Upgrade [PyMySQL](https://github.com/PyMySQL/PyMySQL) to `==1.1.2` </details> <details> <summary>Update dependency SQLAlchemy to v2.0.43</summary> - Schedule: ["at any time"] - Branch name: `renovate/sqlalchemy-2.x` - Merge into: `master` - Upgrade SQLAlchemy to `==2.0.43` </details> <details> <summary>Update dependency alembic to v1.16.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/alembic-1.x` - Merge into: `master` - Upgrade [alembic](https://github.com/sqlalchemy/alembic) to `==1.16.5` </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 greenlet to v3.2.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/greenlet-3.x` - Merge into: `master` - Upgrade greenlet to `==3.2.4` </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 pycparser to v2.23</summary> - Schedule: ["at any time"] - Branch name: `renovate/pycparser-2.x` - Merge into: `master` - Upgrade [pycparser](https://github.com/eliben/pycparser) to `==2.23` </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 yt-dlp to v2025.9.26</summary> - Schedule: ["at any time"] - Branch name: `renovate/yt-dlp-2025.x` - Merge into: `master` - Upgrade [yt-dlp](https://github.com/yt-dlp/yt-dlp#readme) to `==2025.9.26` </details> <details> <summary>Update python Docker tag to v3.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/python-3.x` - Merge into: `master` - Upgrade python to `3.14-slim` </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 dependency cffi to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/cffi-2.x` - Merge into: `master` - Upgrade [cffi](https://github.com/python-cffi/cffi) to `==2.0.0` </details> <details> <summary>Update dependency cryptography to v46</summary> - Schedule: ["at any time"] - Branch name: `renovate/cryptography-46.x` - Merge into: `master` - Upgrade [cryptography](https://github.com/pyca/cryptography) to `==46.0.2` </details> <details> <summary>Update dependency MarkupSafe to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/markupsafe-3.x` - Merge into: `master` - Upgrade [MarkupSafe](https://github.com/pallets/markupsafe) to `==3.0.3` </details> <details> <summary>Update dependency oracledb to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/oracledb-3.x` - Merge into: `master` - Upgrade [oracledb](https://github.com/oracle/python-oracledb) to `==3.4.0` </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> <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://github.com/docker/build-push-action) to `v6` </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> 🚸 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:34:52 -07:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git checkout renovate/configure
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/mpv-youtube-queue-server#3