chore: Configure Renovate #1

Open
code002lover wants to merge 1 commits from renovate/configure into master
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

  • .github/workflows/node.js.yml (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.
  • 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 18 Pull Requests:

chore(deps): update dependency @​hcaptcha/types to v1.0.4
  • Schedule: ["at any time"]
  • Branch name: renovate/hcaptcha-types-1.x-lockfile
  • Merge into: master
  • Upgrade @​hcaptcha/types to 1.0.4
fix(deps): update dependency body-parser to v1.20.3
  • Schedule: ["at any time"]
  • Branch name: renovate/body-parser-1.x-lockfile
  • Merge into: master
  • Upgrade body-parser to 1.20.3
fix(deps): update dependency clean-css to v5.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/clean-css-5.x-lockfile
  • Merge into: master
  • Upgrade clean-css to 5.3.3
fix(deps): update dependency cookie-parser to v1.4.7
  • Schedule: ["at any time"]
  • Branch name: renovate/cookie-parser-1.x-lockfile
  • Merge into: master
  • Upgrade cookie-parser to 1.4.7
fix(deps): update dependency ejs to v3.1.10
  • Schedule: ["at any time"]
  • Branch name: renovate/ejs-3.x-lockfile
  • Merge into: master
  • Upgrade ejs to 3.1.10
fix(deps): update dependency swagger-autogen to v2.23.7
  • Schedule: ["at any time"]
  • Branch name: renovate/swagger-autogen-2.x-lockfile
  • Merge into: master
  • Upgrade swagger-autogen to 2.23.7
fix(deps): update dependency compression to v1.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/compression-1.x-lockfile
  • Merge into: master
  • Upgrade compression to 1.8.0
fix(deps): update dependency express to v4.21.2
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x-lockfile
  • Merge into: master
  • Upgrade express to 4.21.2
fix(deps): update dependency express-fileupload to v1.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/express-fileupload-1.x-lockfile
  • Merge into: master
  • Upgrade express-fileupload to 1.5.1
fix(deps): update dependency hcaptcha to ^0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/hcaptcha-0.x
  • Merge into: master
  • Upgrade hcaptcha to ^0.2.0
fix(deps): update dependency mysql2 to v3.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mysql2-3.x-lockfile
  • Merge into: master
  • Upgrade mysql2 to 3.14.0
fix(deps): update dependency sharp to ^0.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sharp-0.x
  • Merge into: master
  • Upgrade sharp to ^0.34.0
fix(deps): update dependency uglify-js to v3.19.3
  • Schedule: ["at any time"]
  • Branch name: renovate/uglify-js-3.x-lockfile
  • Merge into: master
  • Upgrade uglify-js to 3.19.3
fix(deps): update dependency ws to v8.18.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ws-8.x-lockfile
  • Merge into: master
  • Upgrade ws to 8.18.1
fix(deps): update dependency body-parser to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/body-parser-2.x
  • Merge into: master
  • Upgrade body-parser to ^2.0.0
fix(deps): update dependency express to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/express-5.x
  • Merge into: master
  • Upgrade express to ^5.0.0
fix(deps): update dependency lru-cache to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/lru-cache-11.x
  • Merge into: master
  • Upgrade lru-cache to ^11.0.0
fix(deps): update dependency newrelic to v12
  • Schedule: ["at any time"]
  • Branch name: renovate/newrelic-12.x
  • Merge into: master
  • Upgrade newrelic to ^12.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 * `.github/workflows/node.js.yml` (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. - 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 18 Pull Requests: <details> <summary>chore(deps): update dependency @&#8203;hcaptcha/types to v1.0.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/hcaptcha-types-1.x-lockfile` - Merge into: `master` - Upgrade @&#8203;hcaptcha/types to `1.0.4` </details> <details> <summary>fix(deps): update dependency body-parser to v1.20.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/body-parser-1.x-lockfile` - Merge into: `master` - Upgrade [body-parser](https://github.com/expressjs/body-parser) to `1.20.3` </details> <details> <summary>fix(deps): update dependency clean-css to v5.3.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/clean-css-5.x-lockfile` - Merge into: `master` - Upgrade [clean-css](https://github.com/clean-css/clean-css) to `5.3.3` </details> <details> <summary>fix(deps): update dependency cookie-parser to v1.4.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/cookie-parser-1.x-lockfile` - Merge into: `master` - Upgrade [cookie-parser](https://github.com/expressjs/cookie-parser) to `1.4.7` </details> <details> <summary>fix(deps): update dependency ejs to v3.1.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/ejs-3.x-lockfile` - Merge into: `master` - Upgrade [ejs](https://github.com/mde/ejs) to `3.1.10` </details> <details> <summary>fix(deps): update dependency swagger-autogen to v2.23.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/swagger-autogen-2.x-lockfile` - Merge into: `master` - Upgrade [swagger-autogen](https://github.com/swagger-autogen/swagger-autogen) to `2.23.7` </details> <details> <summary>fix(deps): update dependency compression to v1.8.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/compression-1.x-lockfile` - Merge into: `master` - Upgrade [compression](https://github.com/expressjs/compression) to `1.8.0` </details> <details> <summary>fix(deps): update dependency express to v4.21.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-4.x-lockfile` - Merge into: `master` - Upgrade [express](https://github.com/expressjs/express) to `4.21.2` </details> <details> <summary>fix(deps): update dependency express-fileupload to v1.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-fileupload-1.x-lockfile` - Merge into: `master` - Upgrade [express-fileupload](https://github.com/richardgirges/express-fileupload) to `1.5.1` </details> <details> <summary>fix(deps): update dependency hcaptcha to ^0.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/hcaptcha-0.x` - Merge into: `master` - Upgrade [hcaptcha](https://github.com/vastus/node-hcaptcha) to `^0.2.0` </details> <details> <summary>fix(deps): update dependency mysql2 to v3.14.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/mysql2-3.x-lockfile` - Merge into: `master` - Upgrade [mysql2](https://github.com/sidorares/node-mysql2) to `3.14.0` </details> <details> <summary>fix(deps): update dependency sharp to ^0.34.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/sharp-0.x` - Merge into: `master` - Upgrade [sharp](https://github.com/lovell/sharp) to `^0.34.0` </details> <details> <summary>fix(deps): update dependency uglify-js to v3.19.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/uglify-js-3.x-lockfile` - Merge into: `master` - Upgrade [uglify-js](https://github.com/mishoo/UglifyJS) to `3.19.3` </details> <details> <summary>fix(deps): update dependency ws to v8.18.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/ws-8.x-lockfile` - Merge into: `master` - Upgrade [ws](https://github.com/websockets/ws) to `8.18.1` </details> <details> <summary>fix(deps): update dependency body-parser to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/body-parser-2.x` - Merge into: `master` - Upgrade [body-parser](https://github.com/expressjs/body-parser) to `^2.0.0` </details> <details> <summary>fix(deps): update dependency express to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-5.x` - Merge into: `master` - Upgrade [express](https://github.com/expressjs/express) to `^5.0.0` </details> <details> <summary>fix(deps): update dependency lru-cache to v11</summary> - Schedule: ["at any time"] - Branch name: `renovate/lru-cache-11.x` - Merge into: `master` - Upgrade [lru-cache](https://github.com/isaacs/node-lru-cache) to `^11.0.0` </details> <details> <summary>fix(deps): update dependency newrelic to v12</summary> - Schedule: ["at any time"] - Branch name: `renovate/newrelic-12.x` - Merge into: `master` - Upgrade [newrelic](https://github.com/newrelic/node-newrelic) to `^12.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-->
code002lover added 1 commit 2024-10-16 10:03:56 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git checkout renovate/configure
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code002lover/IPost#1
No description provided.