Configure Renovate #1

Merged
torsten merged 1 commits from renovate/configure into main 2025-12-19 16:08:38 +01: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

  • backend/package.json (npm)
  • frontend/package.json (npm)
  • 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.
  • 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 17 Pull Requests:

Update dependency jsonwebtoken to v9.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonwebtoken-9.x-lockfile
  • Merge into: main
  • Upgrade jsonwebtoken to 9.0.3
Update dependency nodemailer to v7.0.11
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemailer-7.x-lockfile
  • Merge into: main
  • Upgrade nodemailer to 7.0.11
Update dependency nodemon to v3.1.11
  • Schedule: ["at any time"]
  • Branch name: renovate/nodemon-3.x-lockfile
  • Merge into: main
  • Upgrade nodemon to 3.1.11
Update dependency terser to v5.44.1
  • Schedule: ["at any time"]
  • Branch name: renovate/terser-5.x-lockfile
  • Merge into: main
  • Upgrade terser to 5.44.1
Update dependency vite to v5.4.21
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-5.x-lockfile
  • Merge into: main
  • Upgrade vite to 5.4.21
Update dependency vue to v3.5.26
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-monorepo
  • Merge into: main
  • Upgrade vue to 3.5.26
Update dependency vue-router to v4.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-router-4.x-lockfile
  • Merge into: main
  • Upgrade vue-router to 4.6.4
Update dependency express to v4.22.1
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x-lockfile
  • Merge into: main
  • Upgrade express to 4.22.1
Update dependency mysql2 to v3.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mysql2-3.x-lockfile
  • Merge into: main
  • Upgrade mysql2 to 3.16.0
Update dependency @​vitejs/plugin-vue to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-vue-6.x
  • Merge into: main
  • Upgrade @vitejs/plugin-vue to ^6.0.0
Update dependency bcrypt to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/bcrypt-6.x
  • Merge into: main
  • Upgrade bcrypt to ^6.0.0
Update dependency concurrently to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/concurrently-9.x
  • Merge into: main
  • Upgrade concurrently to ^9.0.0
Update dependency dotenv to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/dotenv-17.x
  • Merge into: main
  • Upgrade dotenv to ^17.0.0
Update dependency express to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/express-5.x
  • Merge into: main
  • Upgrade express to ^5.0.0
Update dependency helmet to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/helmet-8.x
  • Merge into: main
  • Upgrade helmet to ^8.0.0
Update dependency pinia to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pinia-3.x
  • Merge into: main
  • Upgrade pinia to ^3.0.0
Update dependency vite to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-7.x
  • Merge into: main
  • Upgrade vite to ^7.0.0

🚸 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 * `backend/package.json` (npm) * `frontend/package.json` (npm) * `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. - 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 17 Pull Requests: <details> <summary>Update dependency jsonwebtoken to v9.0.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsonwebtoken-9.x-lockfile` - Merge into: `main` - Upgrade [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to `9.0.3` </details> <details> <summary>Update dependency nodemailer to v7.0.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/nodemailer-7.x-lockfile` - Merge into: `main` - Upgrade [nodemailer](https://github.com/nodemailer/nodemailer) to `7.0.11` </details> <details> <summary>Update dependency nodemon to v3.1.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/nodemon-3.x-lockfile` - Merge into: `main` - Upgrade [nodemon](https://github.com/remy/nodemon) to `3.1.11` </details> <details> <summary>Update dependency terser to v5.44.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/terser-5.x-lockfile` - Merge into: `main` - Upgrade [terser](https://github.com/terser/terser) to `5.44.1` </details> <details> <summary>Update dependency vite to v5.4.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/vite-5.x-lockfile` - Merge into: `main` - Upgrade [vite](https://github.com/vitejs/vite) to `5.4.21` </details> <details> <summary>Update dependency vue to v3.5.26</summary> - Schedule: ["at any time"] - Branch name: `renovate/vue-monorepo` - Merge into: `main` - Upgrade [vue](https://github.com/vuejs/core) to `3.5.26` </details> <details> <summary>Update dependency vue-router to v4.6.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/vue-router-4.x-lockfile` - Merge into: `main` - Upgrade [vue-router](https://github.com/vuejs/router) to `4.6.4` </details> <details> <summary>Update dependency express to v4.22.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-4.x-lockfile` - Merge into: `main` - Upgrade [express](https://github.com/expressjs/express) to `4.22.1` </details> <details> <summary>Update dependency mysql2 to v3.16.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/mysql2-3.x-lockfile` - Merge into: `main` - Upgrade [mysql2](https://github.com/sidorares/node-mysql2) to `3.16.0` </details> <details> <summary>Update dependency @&#8203;vitejs/plugin-vue to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/vitejs-plugin-vue-6.x` - Merge into: `main` - Upgrade [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue) to `^6.0.0` </details> <details> <summary>Update dependency bcrypt to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/bcrypt-6.x` - Merge into: `main` - Upgrade [bcrypt](https://github.com/kelektiv/node.bcrypt.js) to `^6.0.0` </details> <details> <summary>Update dependency concurrently to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/concurrently-9.x` - Merge into: `main` - Upgrade [concurrently](https://github.com/open-cli-tools/concurrently) to `^9.0.0` </details> <details> <summary>Update dependency dotenv to v17</summary> - Schedule: ["at any time"] - Branch name: `renovate/dotenv-17.x` - Merge into: `main` - Upgrade [dotenv](https://github.com/motdotla/dotenv) to `^17.0.0` </details> <details> <summary>Update dependency express to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-5.x` - Merge into: `main` - Upgrade [express](https://github.com/expressjs/express) to `^5.0.0` </details> <details> <summary>Update dependency helmet to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/helmet-8.x` - Merge into: `main` - Upgrade [helmet](https://github.com/helmetjs/helmet) to `^8.0.0` </details> <details> <summary>Update dependency pinia to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/pinia-3.x` - Merge into: `main` - Upgrade [pinia](https://github.com/vuejs/pinia) to `^3.0.0` </details> <details> <summary>Update dependency vite to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/vite-7.x` - Merge into: `main` - Upgrade [vite](https://github.com/vitejs/vite) to `^7.0.0` </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:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
torsten added 1 commit 2025-12-19 15:59:35 +01:00
torsten merged commit cbb4c0ffff into main 2025-12-19 16:08:38 +01: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: torsten/stechuhr3#1