chore: Configure Renovate #1

Merged
chemavx merged 1 commits from renovate/configure into main 2026-05-20 14:11:02 +00: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)
  • Dockerfile.api (dockerfile)
  • dashboard/Dockerfile (dockerfile)
  • .gitea/workflows/ci.yml (github-actions)
  • dashboard/package.json (npm)
  • 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
  • Run Renovate on following schedule: after 9am and before 6pm every weekday

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

chore(deps): update dependency asyncpg to v0.31.0
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/asyncpg-0.x
  • Merge into: main
  • Upgrade asyncpg to ==0.31.0
chore(deps): update dependency fastapi to v0.136.1
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/fastapi-0.x
  • Merge into: main
  • Upgrade fastapi to ==0.136.1
chore(deps): update dependency httpx to v0.28.1
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/httpx-0.x
  • Merge into: main
  • Upgrade httpx to ==0.28.1
chore(deps): update dependency pydantic to v2.13.4
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: main
  • Upgrade pydantic to ==2.13.4
chore(deps): update dependency pytest to v8.4.2
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/pytest-8.x
  • Merge into: main
  • Upgrade pytest to ==8.4.2
chore(deps): update dependency pytest-asyncio to v0.26.0
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/pytest-asyncio-0.x
  • Merge into: main
  • Upgrade pytest-asyncio to ==0.26.0
chore(deps): update dependency python-dotenv to v1.2.2
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/python-dotenv-1.x
  • Merge into: main
  • Upgrade python-dotenv to ==1.2.2
chore(deps): update dependency uvicorn to v0.47.0
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/uvicorn-0.x
  • Merge into: main
  • Upgrade uvicorn to ==0.47.0
chore(deps): update python docker tag to v3.14
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.14-slim
chore(deps): update dependency @​vitejs/plugin-react to v6
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/vitejs-plugin-react-6.x
  • Merge into: main
  • Upgrade @vitejs/plugin-react to ^6.0.0
chore(deps): update dependency pytest to v9
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/pytest-9.x
  • Merge into: main
  • Upgrade pytest to ==9.0.3
chore(deps): update dependency pytest-asyncio to v1
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/pytest-asyncio-1.x
  • Merge into: main
  • Upgrade pytest-asyncio to ==1.3.0
chore(deps): update dependency react to v19
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/react-19.x
  • Merge into: main
  • Upgrade react to ^19.0.0
chore(deps): update dependency react-dom to v19
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/react-dom-19.x
  • Merge into: main
  • Upgrade react-dom to ^19.0.0
chore(deps): update dependency recharts to v3
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/recharts-3.x
  • Merge into: main
  • Upgrade recharts to ^3.0.0
chore(deps): update dependency vite to v8
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/vite-8.x
  • Merge into: main
  • Upgrade vite to ^8.0.0
chore(deps): update node docker tag to v26
  • Schedule: ["after 9am and before 6pm every weekday"]
  • Branch name: renovate/node-26.x
  • Merge into: main
  • Upgrade node to 26-alpine

🚸 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) * `Dockerfile.api` (dockerfile) * `dashboard/Dockerfile` (dockerfile) * `.gitea/workflows/ci.yml` (github-actions) * `dashboard/package.json` (npm) * `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 - Run Renovate on following schedule: after 9am and before 6pm every weekday 🔡 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 17 Pull Requests: <details> <summary>chore(deps): update dependency asyncpg to v0.31.0</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/asyncpg-0.x` - Merge into: `main` - Upgrade [asyncpg](https://github.com/MagicStack/asyncpg) to `==0.31.0` </details> <details> <summary>chore(deps): update dependency fastapi to v0.136.1</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/fastapi-0.x` - Merge into: `main` - Upgrade [fastapi](https://github.com/fastapi/fastapi) to `==0.136.1` </details> <details> <summary>chore(deps): update dependency httpx to v0.28.1</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/httpx-0.x` - Merge into: `main` - Upgrade [httpx](https://github.com/encode/httpx) to `==0.28.1` </details> <details> <summary>chore(deps): update dependency pydantic to v2.13.4</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/pydantic-2.x` - Merge into: `main` - Upgrade [pydantic](https://github.com/pydantic/pydantic) to `==2.13.4` </details> <details> <summary>chore(deps): update dependency pytest to v8.4.2</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/pytest-8.x` - Merge into: `main` - Upgrade [pytest](https://github.com/pytest-dev/pytest) to `==8.4.2` </details> <details> <summary>chore(deps): update dependency pytest-asyncio to v0.26.0</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/pytest-asyncio-0.x` - Merge into: `main` - Upgrade [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to `==0.26.0` </details> <details> <summary>chore(deps): update dependency python-dotenv to v1.2.2</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/python-dotenv-1.x` - Merge into: `main` - Upgrade [python-dotenv](https://github.com/theskumar/python-dotenv) to `==1.2.2` </details> <details> <summary>chore(deps): update dependency uvicorn to v0.47.0</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/uvicorn-0.x` - Merge into: `main` - Upgrade [uvicorn](https://github.com/Kludex/uvicorn) to `==0.47.0` </details> <details> <summary>chore(deps): update python docker tag to v3.14</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/python-3.x` - Merge into: `main` - Upgrade python to `3.14-slim` </details> <details> <summary>chore(deps): update dependency @&#8203;vitejs/plugin-react to v6</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/vitejs-plugin-react-6.x` - Merge into: `main` - Upgrade [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react) to `^6.0.0` </details> <details> <summary>chore(deps): update dependency pytest to v9</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/pytest-9.x` - Merge into: `main` - Upgrade [pytest](https://github.com/pytest-dev/pytest) to `==9.0.3` </details> <details> <summary>chore(deps): update dependency pytest-asyncio to v1</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/pytest-asyncio-1.x` - Merge into: `main` - Upgrade [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to `==1.3.0` </details> <details> <summary>chore(deps): update dependency react to v19</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/react-19.x` - Merge into: `main` - Upgrade [react](https://github.com/facebook/react) to `^19.0.0` </details> <details> <summary>chore(deps): update dependency react-dom to v19</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/react-dom-19.x` - Merge into: `main` - Upgrade [react-dom](https://github.com/facebook/react) to `^19.0.0` </details> <details> <summary>chore(deps): update dependency recharts to v3</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/recharts-3.x` - Merge into: `main` - Upgrade [recharts](https://github.com/recharts/recharts) to `^3.0.0` </details> <details> <summary>chore(deps): update dependency vite to v8</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/vite-8.x` - Merge into: `main` - Upgrade [vite](https://github.com/vitejs/vite) to `^8.0.0` </details> <details> <summary>chore(deps): update node docker tag to v26</summary> - Schedule: ["after 9am and before 6pm every weekday"] - Branch name: `renovate/node-26.x` - Merge into: `main` - Upgrade [node](https://github.com/nodejs/node) to `26-alpine` </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:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
chemavx added 1 commit 2026-05-20 13:53:23 +00:00
chemavx self-assigned this 2026-05-20 13:53:23 +00:00
chemavx merged commit ae7c737153 into main 2026-05-20 14:11:02 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chemavx/polymarket-bot#1