Configure Renovate #33

Open
renovate wants to merge 1 commits from renovate/configure into develop
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

  • .tool-versions (asdf)
  • docker-compose.prod.yml (docker-compose)
  • docker-compose.test.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • backend/Dockerfile (dockerfile)
  • backend/Dockerfile.prod (dockerfile)
  • frontend/Dockerfile (dockerfile)
  • frontend/Dockerfile.prod (dockerfile)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/deploy.yml (github-actions)
  • .github/workflows/e2e.yml (github-actions)
  • frontend/package.json (npm)
  • backend/pyproject.toml (pep621)
  • tools/import-pokedb/pyproject.toml (pep621)

What to Expect

With your current configuration, Renovate will create 18 Pull Requests:

Update dependency @​tanstack/react-query to v5.90.21
  • Schedule: ["at any time"]
  • Branch name: renovate/tanstack-react-query-5.x
  • Merge into: develop
  • Upgrade @tanstack/react-query to 5.90.21
Update dependency @​types/react to v19.2.14
  • Schedule: ["at any time"]
  • Branch name: renovate/react-19.x
  • Merge into: develop
  • Upgrade @types/react to 19.2.14
Update dependency @​vitejs/plugin-react to v5.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-5.x
  • Merge into: develop
  • Upgrade @vitejs/plugin-react to 5.1.4
Update dependency alembic to v1.18.4
  • Schedule: ["at any time"]
  • Branch name: renovate/alembic-1.x
  • Merge into: develop
  • Upgrade alembic to ==1.18.4
Update dependency react-router-dom to v7.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-router-dom-7.x
  • Merge into: develop
  • Upgrade react-router-dom to 7.13.1
Update dependency ruff to v0.15.4
  • Schedule: ["at any time"]
  • Branch name: renovate/ruff-0.x
  • Merge into: develop
  • Upgrade ruff to ==0.15.4
Update dependency sqlalchemy to v2.0.47
  • Schedule: ["at any time"]
  • Branch name: renovate/sqlalchemy-2.x
  • Merge into: develop
  • Upgrade sqlalchemy to ==2.0.47
Update dependency ty to v0.0.19
  • Schedule: ["at any time"]
  • Branch name: renovate/ty-0.x
  • Merge into: develop
  • Upgrade ty to ==0.0.19
Update dependency @​tailwindcss/vite to v4.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-vite-4.x
  • Merge into: develop
  • Upgrade @tailwindcss/vite to 4.2.1
Update dependency fastapi to v0.135.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fastapi-0.x
  • Merge into: develop
  • Upgrade fastapi to ==0.135.0
Update dependency node to v24.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: develop
  • Upgrade node to 24.14.0
  • Upgrade @types/node to 24.11.0
Update dependency oxfmt to v0.35.0
  • Schedule: ["at any time"]
  • Branch name: renovate/oxfmt-0.x
  • Merge into: develop
  • Upgrade oxfmt to 0.35.0
Update dependency oxlint to v1.50.0
  • Schedule: ["at any time"]
  • Branch name: renovate/oxlint-1.x
  • Merge into: develop
  • Upgrade oxlint to 1.50.0
Update dependency pydantic-settings to v2.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-settings-2.x
  • Merge into: develop
  • Upgrade pydantic-settings to ==2.13.1
Update dependency tailwindcss to v4.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-4.x
  • Merge into: develop
  • Upgrade tailwindcss to 4.2.1
Update dependency uvicorn to v0.41.0
  • Schedule: ["at any time"]
  • Branch name: renovate/uvicorn-0.x
  • Merge into: develop
  • Upgrade uvicorn to ==0.41.0
Update node Docker tag to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/node-25.x
  • Merge into: develop
  • Upgrade node to 25-slim
  • Upgrade @types/node to 25.3.3
Update postgres Docker tag to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-18.x
  • Merge into: develop
  • Upgrade postgres to 18-alpine

🚸 PR 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.


⚠️ Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up python-version package python

Files affected: backend/pyproject.toml, tools/import-pokedb/pyproject.toml


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 * `.tool-versions` (asdf) * `docker-compose.prod.yml` (docker-compose) * `docker-compose.test.yml` (docker-compose) * `docker-compose.yml` (docker-compose) * `backend/Dockerfile` (dockerfile) * `backend/Dockerfile.prod` (dockerfile) * `frontend/Dockerfile` (dockerfile) * `frontend/Dockerfile.prod` (dockerfile) * `.github/workflows/ci.yml` (github-actions) * `.github/workflows/deploy.yml` (github-actions) * `.github/workflows/e2e.yml` (github-actions) * `frontend/package.json` (npm) * `backend/pyproject.toml` (pep621) * `tools/import-pokedb/pyproject.toml` (pep621) ### What to Expect With your current configuration, Renovate will create 18 Pull Requests: <details> <summary>Update dependency @&#8203;tanstack/react-query to v5.90.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/tanstack-react-query-5.x` - Merge into: `develop` - Upgrade [@tanstack/react-query](https://github.com/TanStack/query) to `5.90.21` </details> <details> <summary>Update dependency @&#8203;types/react to v19.2.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-19.x` - Merge into: `develop` - Upgrade [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.2.14` </details> <details> <summary>Update dependency @&#8203;vitejs/plugin-react to v5.1.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/vitejs-plugin-react-5.x` - Merge into: `develop` - Upgrade [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react) to `5.1.4` </details> <details> <summary>Update dependency alembic to v1.18.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/alembic-1.x` - Merge into: `develop` - Upgrade [alembic](https://github.com/sqlalchemy/alembic) to `==1.18.4` </details> <details> <summary>Update dependency react-router-dom to v7.13.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/react-router-dom-7.x` - Merge into: `develop` - Upgrade [react-router-dom](https://github.com/remix-run/react-router) to `7.13.1` </details> <details> <summary>Update dependency ruff to v0.15.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/ruff-0.x` - Merge into: `develop` - Upgrade [ruff](https://github.com/astral-sh/ruff) to `==0.15.4` </details> <details> <summary>Update dependency sqlalchemy to v2.0.47</summary> - Schedule: ["at any time"] - Branch name: `renovate/sqlalchemy-2.x` - Merge into: `develop` - Upgrade sqlalchemy to `==2.0.47` </details> <details> <summary>Update dependency ty to v0.0.19</summary> - Schedule: ["at any time"] - Branch name: `renovate/ty-0.x` - Merge into: `develop` - Upgrade [ty](https://github.com/astral-sh/ty) to `==0.0.19` </details> <details> <summary>Update dependency @&#8203;tailwindcss/vite to v4.2.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-vite-4.x` - Merge into: `develop` - Upgrade [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss) to `4.2.1` </details> <details> <summary>Update dependency fastapi to v0.135.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/fastapi-0.x` - Merge into: `develop` - Upgrade [fastapi](https://github.com/fastapi/fastapi) to `==0.135.0` </details> <details> <summary>Update dependency node to v24.14.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-24.x` - Merge into: `develop` - Upgrade [node](https://github.com/nodejs/node) to `24.14.0` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `24.11.0` </details> <details> <summary>Update dependency oxfmt to v0.35.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/oxfmt-0.x` - Merge into: `develop` - Upgrade [oxfmt](https://github.com/oxc-project/oxc) to `0.35.0` </details> <details> <summary>Update dependency oxlint to v1.50.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/oxlint-1.x` - Merge into: `develop` - Upgrade [oxlint](https://github.com/oxc-project/oxc) to `1.50.0` </details> <details> <summary>Update dependency pydantic-settings to v2.13.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/pydantic-settings-2.x` - Merge into: `develop` - Upgrade [pydantic-settings](https://github.com/pydantic/pydantic-settings) to `==2.13.1` </details> <details> <summary>Update dependency tailwindcss to v4.2.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-4.x` - Merge into: `develop` - Upgrade [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to `4.2.1` </details> <details> <summary>Update dependency uvicorn to v0.41.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/uvicorn-0.x` - Merge into: `develop` - Upgrade [uvicorn](https://github.com/Kludex/uvicorn) to `==0.41.0` </details> <details> <summary>Update node Docker tag to v25</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-25.x` - Merge into: `develop` - Upgrade [node](https://github.com/nodejs/node) to `25-slim` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `25.3.3` </details> <details> <summary>Update postgres Docker tag to v18</summary> - Schedule: ["at any time"] - Branch name: `renovate/postgres-18.x` - Merge into: `develop` - Upgrade postgres to `18-alpine` </details> 🚸 PR 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. --- > > ⚠️ **Warning** > > Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR. > > - `Failed to look up python-version package python` > > Files affected: `backend/pyproject.toml`, `tools/import-pokedb/pyproject.toml` --- ❓ 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:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
renovate added 1 commit 2026-02-22 12:01:18 +01:00
Add renovate.json
All checks were successful
CI / backend-tests (pull_request) Successful in 27s
CI / frontend-tests (pull_request) Successful in 28s
70aa1156f5
All checks were successful
CI / backend-tests (pull_request) Successful in 27s
CI / frontend-tests (pull_request) Successful in 28s
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: pokemon/nuzlocke-tracker#33