Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 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

  • Dockerfile (dockerfile)
  • .github/workflows/build.yaml (github-actions)
  • .github/workflows/on-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
  • 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.
  • 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 21 Pull Requests:

chore(deps): update dependency @​eslint/eslintrc to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-eslintrc-3.x-lockfile
  • Merge into: main
  • Upgrade @eslint/eslintrc to 3.3.1
chore(deps): update dependency @​types/node to v22.13.14
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x-lockfile
  • Merge into: main
  • Upgrade @types/node to 22.13.14
chore(deps): update dependency eslint-plugin-prettier to v5.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-prettier-5.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-prettier to 5.2.5
chore(deps): update dependency vite to v6.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-6.x-lockfile
  • Merge into: main
  • Upgrade vite to 6.2.4
fix(deps): update dependency i18next to v24.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/i18next-24.x-lockfile
  • Merge into: main
  • Upgrade i18next to 24.2.3
fix(deps): update dependency swr to v2.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/swr-2.x-lockfile
  • Merge into: main
  • Upgrade swr to 2.3.3
fix(deps): update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 19.0.12
  • Upgrade react to 19.1.0
  • Upgrade react-dom to 19.1.0
chore(deps): update dependency @​eslint/js to v9.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: main
  • Upgrade @eslint/js to 9.23.0
chore(deps): update dependency @ui5/webcomponents-cypress-commands to v2.8.1
chore(deps): update dependency cypress to v14.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/cypress-14.x-lockfile
  • Merge into: main
  • Upgrade cypress to 14.2.1
chore(deps): update dependency eslint-import-resolver-typescript to v4.3.1
chore(deps): update dependency typescript to v5.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x-lockfile
  • Merge into: main
  • Upgrade typescript to 5.8.2
chore(deps): update dependency typescript-eslint to v8.28.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-eslint-monorepo
  • Merge into: main
  • Upgrade typescript-eslint to 8.28.0
fix(deps): update dependency @ui5/webcomponents to v2.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ui5-webcomponents-2.x-lockfile
  • Merge into: main
  • Upgrade @ui5/webcomponents to 2.8.0
fix(deps): update dependency @ui5/webcomponents-fiori to v2.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ui5-webcomponents-fiori-2.x-lockfile
  • Merge into: main
  • Upgrade @ui5/webcomponents-fiori to 2.8.0
fix(deps): update dependency @ui5/webcomponents-icons to v2.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ui5-webcomponents-icons-2.x-lockfile
  • Merge into: main
  • Upgrade @ui5/webcomponents-icons to 2.8.0
fix(deps): update dependency @ui5/webcomponents-react to v2.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ui5-webcomponents-react-2.x-lockfile
  • Merge into: main
  • Upgrade @ui5/webcomponents-react to 2.8.1
fix(deps): update dependency oidc-client-ts to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/oidc-client-ts-3.x-lockfile
  • Merge into: main
  • Upgrade oidc-client-ts to 3.2.0
fix(deps): update dependency react-hook-form to v7.55.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-hook-form-7.x-lockfile
  • Merge into: main
  • Upgrade react-hook-form to 7.55.0
fix(deps): update dependency react-oidc-context to v3.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-oidc-context-3.x-lockfile
  • Merge into: main
  • Upgrade react-oidc-context to 3.3.0
fix(deps): update dependency react-router-dom to v7.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-router-monorepo
  • Merge into: main
  • Upgrade react-router-dom to 7.4.1

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

@enrico-kaack-comp enrico-kaack-comp merged commit a7559b6 into main Mar 31, 2025
4 checks passed
@enrico-kaack-comp enrico-kaack-comp deleted the renovate/configure branch March 31, 2025 15:15
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