Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 12, 2025

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

  • docker/development/docker-compose.yml (docker-compose)
  • docker/testing/docker-compose.yml (docker-compose)
  • docker/development/Dockerfile.pubnix (dockerfile)
  • docker/development/Dockerfile.web (dockerfile)
  • docker/testing/Dockerfile.test (dockerfile)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/security.yml (github-actions)
  • web/package.json (npm)
  • backend/pyproject.toml (pep621)
  • backend/requirements-test.txt (pip_requirements)
  • backend/.python-version (pyenv)
  • infrastructure/terraform/hetzner/main.tf (terraform)
  • infrastructure/terraform/hetzner/versions.tf (terraform)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • 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

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

chore(deps): update dependency vite to v7 [security]
  • Branch name: renovate/npm-vite-vulnerability
  • Merge into: main
  • Upgrade vite to ^7.0.0
chore(deps): update dependency factory-boy to v3.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/factory-boy-3.x
  • Merge into: main
  • Upgrade factory-boy to ==3.3.3
chore(deps): update dependency responses to v0.25.8
  • Schedule: ["at any time"]
  • Branch name: renovate/responses-0.x
  • Merge into: main
  • Upgrade responses to ==0.25.8
chore(deps): update python docker tag to v3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.14
  • Upgrade python to 3.14
chore(deps): update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: main
  • Upgrade actions/cache to v4
chore(deps): update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to v6
chore(deps): update actions/setup-node action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-6.x
  • Merge into: main
  • Upgrade actions/setup-node to v6
chore(deps): update actions/setup-python action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-6.x
  • Merge into: main
  • Upgrade actions/setup-python to v6
chore(deps): update codecov/codecov-action action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/codecov-codecov-action-5.x
  • Merge into: main
  • Upgrade codecov/codecov-action to v5
chore(deps): update dependency @testing-library/react to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/major-testing-library-monorepo
  • Merge into: main
  • Upgrade @testing-library/react to ^16.0.0
chore(deps): update dependency @​vitejs/plugin-react to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-5.x
  • Merge into: main
  • Upgrade @vitejs/plugin-react to ^5.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency faker to v38
  • Schedule: ["at any time"]
  • Branch name: renovate/faker-38.x
  • Merge into: main
  • Upgrade faker to ==38.2.0
chore(deps): update dependency jsdom to v27
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-27.x
  • Merge into: main
  • Upgrade jsdom to ^27.0.0
chore(deps): update dependency node to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: main
  • Upgrade node to 24
  • Upgrade node to 24-alpine
chore(deps): update dependency vitest to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: main
  • Upgrade vitest to ^4.0.0
chore(deps): update github/codeql-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-4.x
  • Merge into: main
  • Upgrade github/codeql-action to v4
chore(deps): update postgres docker tag to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-18.x
  • Merge into: main
  • Upgrade postgres to 18-alpine
chore(deps): update redis docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-8.x
  • Merge into: main
  • Upgrade redis to 8-alpine
chore(deps): update typescript-eslint monorepo to v8 (major)
fix(deps): update dependency react-router-dom to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: main
  • Upgrade react-router-dom to ^7.0.0
fix(deps): update dependency tailwindcss to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-tailwindcss-monorepo
  • Merge into: main
  • Upgrade tailwindcss to ^4.0.0
fix(deps): update react monorepo (major)

🚸 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 was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant