Skip to content

chore: Configure Renovate#37

Open
Marfien wants to merge 1 commit intomainfrom
renovate/configure
Open

chore: Configure Renovate#37
Marfien wants to merge 1 commit intomainfrom
renovate/configure

Conversation

@Marfien
Copy link
Copy Markdown
Contributor

@Marfien Marfien commented Nov 24, 2025

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request.


Detected Package Files

  • Dockerfile (dockerfile)
  • .github/workflows/protected-push.yaml (github-actions)
  • .github/workflows/pull-request.yaml (github-actions)
  • .github/workflows/push.yaml (github-actions)
  • .github/workflows/release.yaml (github-actions)
  • package.json (npm)

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.
  • Enable the pre-commit manager.
  • Run lock file maintenance (updates) early Monday mornings.
  • If Renovate detects semantic commits, it will use semantic commit type chore for all commits.

🔡 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:

chore(deps): update dependency vite to v6.4.1 [security]
  • Branch name: renovate/npm-vite-vulnerability
  • Merge into: main
  • Upgrade vite to 6.4.1
chore(deps): update dependency eslint-plugin-react to v7.37.5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-7.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-react to 7.37.5
chore(deps): update dependency eslint-plugin-react-refresh to v0.4.24
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-refresh-0.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-react-refresh to 0.4.24
chore(deps): update dependency postcss to v8.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x-lockfile
  • Merge into: main
  • Upgrade postcss to 8.5.6
chore(deps): update dependency react-qr-code to v2.0.18
  • Schedule: ["at any time"]
  • Branch name: renovate/react-qr-code-2.x-lockfile
  • Merge into: main
  • Upgrade react-qr-code to 2.0.18
chore(deps): update dependency react-router-dom to v6.30.2
  • Schedule: ["at any time"]
  • Branch name: renovate/react-router-monorepo
  • Merge into: main
  • Upgrade react-router-dom to 6.30.2
chore(deps): update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 18.3.27
  • Upgrade @types/react-dom to 18.3.7
chore(deps): update dependency @​babel/eslint-parser to v7.28.5
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-monorepo
  • Merge into: main
  • Upgrade @babel/eslint-parser to 7.28.5
chore(deps): update dependency @​vitejs/plugin-react to v4.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-4.x-lockfile
  • Merge into: main
  • Upgrade @vitejs/plugin-react to 4.7.0
chore(deps): update dependency prettier to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x-lockfile
  • Merge into: main
  • Upgrade prettier to 3.6.2
chore(deps): update eslint monorepo to v9.39.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: main
  • Upgrade @eslint/js to 9.39.1
  • Upgrade eslint to 9.39.1
chore(deps): update nginx docker tag to v1.29
  • Schedule: ["at any time"]
  • Branch name: renovate/nginx-1.x
  • Merge into: main
  • Upgrade nginx to 1.29-alpine
chore(deps): update tailwindcss monorepo to v4.1.17
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-monorepo
  • Merge into: main
  • Upgrade @tailwindcss/postcss to 4.1.17
  • Upgrade tailwindcss to 4.1.17
chore(deps): update vitest monorepo to v3.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/vitest-monorepo
  • Merge into: main
  • Upgrade @vitest/coverage-v8 to 3.2.4
  • Upgrade vitest to 3.2.4
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 globals to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/globals-16.x
  • Merge into: main
  • Upgrade globals to ^16.0.0
chore(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
chore(deps): update react monorepo (major)
chore(deps): update vitest monorepo to v4 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vitest-monorepo
  • Merge into: main
  • Upgrade @vitest/coverage-v8 to ^4.0.0
  • Upgrade vitest to ^4.0.0
chore(deps): lock file maintenance
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: main
  • Regenerate lock files to use latest dependency versions

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

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.

2 participants