WIP: Configure Renovate #1

Closed
sebclem wants to merge 0 commits from renovate/configure into main
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

  • Dockerfile (dockerfile)
  • .drone.yml (droneci)
  • .github/workflows/build_docker.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
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 19 Pull Requests:

Pin dependencies
Pin dependency @​fortawesome/fontawesome-free to v5.15.2
Update dependency bcrypt to v5.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/bcrypt-5.x
  • Merge into: main
  • Upgrade bcrypt to 5.0.1
Update dependency cookie-parser to v1.4.6
  • Schedule: ["at any time"]
  • Branch name: renovate/cookie-parser-1.x
  • Merge into: main
  • Upgrade cookie-parser to 1.4.6
Update dependency express-session to v1.17.2
  • Schedule: ["at any time"]
  • Branch name: renovate/express-session-1.x
  • Merge into: main
  • Upgrade express-session to 1.17.2
Update dependency i18n to v0.13.3
  • Schedule: ["at any time"]
  • Branch name: renovate/i18n-0.x
  • Merge into: main
  • Upgrade i18n to 0.13.3
Update dependency sqlite3 to v5.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/sqlite3-5.x
  • Merge into: main
  • Upgrade sqlite3 to 5.0.2
Update dependency bootstrap to v5.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-5.x
  • Merge into: main
  • Upgrade bootstrap to 5.1.3
Update dependency ejs to v2.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/ejs-2.x
  • Merge into: main
  • Upgrade ejs to 2.7.4
Update dependency express to v4.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x
  • Merge into: main
  • Upgrade express to 4.17.1
Update dependency express-validator to v6.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/express-validator-6.x
  • Merge into: main
  • Upgrade express-validator to 6.13.0
Update dependency express-winston to v4.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/express-winston-4.x
  • Merge into: main
  • Upgrade express-winston to 4.2.0
Update dependency http-errors to v1.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/http-errors-1.x
  • Merge into: main
  • Upgrade http-errors to 1.8.1
Update dependency morgan to v1.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/morgan-1.x
  • Merge into: main
  • Upgrade morgan to 1.10.0
Update dependency passport to v0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/passport-0.x
  • Merge into: main
  • Upgrade passport to 0.5.0
Update dependency sequelize to v6.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sequelize-6.x
  • Merge into: main
  • Upgrade sequelize to 6.11.0
Update Node.js to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/node-17.x
  • Merge into: main
  • Upgrade node to 17
Update dependency debug to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/debug-4.x
  • Merge into: main
  • Upgrade debug to 4.3.3
Update dependency ejs to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/ejs-3.x
  • Merge into: main
  • Upgrade ejs to 3.1.6

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 * `Dockerfile` (dockerfile) * `.drone.yml` (droneci) * `.github/workflows/build_docker.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 - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 20 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings - Fix some problems with very old Maven commons versions - Ignore spring cloud 1.x releases - Ignore http4s digest-based 1.x milestones - Use node versioning for @types/node - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 19 Pull Requests: <details> <summary>Pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Pin [bcrypt](https://github.com/kelektiv/node.bcrypt.js) to `5.0.0` - Pin [body-parser](https://github.com/expressjs/body-parser) to `1.19.0` - Pin [bootstrap](https://github.com/twbs/bootstrap) to `5.0.0-beta1` - Pin [connect-ensure-login](https://github.com/jaredhanson/connect-ensure-login) to `0.1.1` - Pin [connect-flash](https://github.com/jaredhanson/connect-flash) to `0.1.1` - Pin [cookie-parser](https://github.com/expressjs/cookie-parser) to `1.4.5` - Pin [debug](https://github.com/visionmedia/debug) to `2.6.9` - Pin [ejs](https://github.com/mde/ejs) to `2.6.2` - Pin [express](https://github.com/expressjs/express) to `4.16.4` - Pin [express-session](https://github.com/expressjs/session) to `1.17.1` - Pin [express-validator](https://github.com/express-validator/express-validator) to `6.9.2` - Pin [express-winston](https://github.com/bithavoc/express-winston) to `4.0.5` - Pin [http-errors](https://github.com/jshttp/http-errors) to `1.6.3` - Pin [i18n](https://github.com/mashpie/i18n-node) to `0.13.2` - Pin [morgan](https://github.com/expressjs/morgan) to `1.9.1` - Pin [passport](https://github.com/jaredhanson/passport) to `0.4.1` - Pin [passport-local](https://github.com/jaredhanson/passport-local) to `1.0.0` - Pin [sequelize](https://github.com/sequelize/sequelize) to `6.5.0` - Pin [sqlite3](https://github.com/mapbox/node-sqlite3) to `5.0.1` - Pin [winston](https://github.com/winstonjs/winston) to `3.3.3` </details> <details> <summary>Pin dependency @&#8203;fortawesome/fontawesome-free to v5.15.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/font-awesome` - Merge into: `main` - Pin [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) to `5.15.2` </details> <details> <summary>Update dependency bcrypt to v5.0.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/bcrypt-5.x` - Merge into: `main` - Upgrade [bcrypt](https://github.com/kelektiv/node.bcrypt.js) to `5.0.1` </details> <details> <summary>Update dependency cookie-parser to v1.4.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/cookie-parser-1.x` - Merge into: `main` - Upgrade [cookie-parser](https://github.com/expressjs/cookie-parser) to `1.4.6` </details> <details> <summary>Update dependency express-session to v1.17.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-session-1.x` - Merge into: `main` - Upgrade [express-session](https://github.com/expressjs/session) to `1.17.2` </details> <details> <summary>Update dependency i18n to v0.13.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/i18n-0.x` - Merge into: `main` - Upgrade [i18n](https://github.com/mashpie/i18n-node) to `0.13.3` </details> <details> <summary>Update dependency sqlite3 to v5.0.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/sqlite3-5.x` - Merge into: `main` - Upgrade [sqlite3](https://github.com/mapbox/node-sqlite3) to `5.0.2` </details> <details> <summary>Update dependency bootstrap to v5.1.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/bootstrap-5.x` - Merge into: `main` - Upgrade [bootstrap](https://github.com/twbs/bootstrap) to `5.1.3` </details> <details> <summary>Update dependency ejs to v2.7.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/ejs-2.x` - Merge into: `main` - Upgrade [ejs](https://github.com/mde/ejs) to `2.7.4` </details> <details> <summary>Update dependency express to v4.17.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-4.x` - Merge into: `main` - Upgrade [express](https://github.com/expressjs/express) to `4.17.1` </details> <details> <summary>Update dependency express-validator to v6.13.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-validator-6.x` - Merge into: `main` - Upgrade [express-validator](https://github.com/express-validator/express-validator) to `6.13.0` </details> <details> <summary>Update dependency express-winston to v4.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/express-winston-4.x` - Merge into: `main` - Upgrade [express-winston](https://github.com/bithavoc/express-winston) to `4.2.0` </details> <details> <summary>Update dependency http-errors to v1.8.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/http-errors-1.x` - Merge into: `main` - Upgrade [http-errors](https://github.com/jshttp/http-errors) to `1.8.1` </details> <details> <summary>Update dependency morgan to v1.10.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/morgan-1.x` - Merge into: `main` - Upgrade [morgan](https://github.com/expressjs/morgan) to `1.10.0` </details> <details> <summary>Update dependency passport to v0.5.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/passport-0.x` - Merge into: `main` - Upgrade [passport](https://github.com/jaredhanson/passport) to `0.5.0` </details> <details> <summary>Update dependency sequelize to v6.11.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/sequelize-6.x` - Merge into: `main` - Upgrade [sequelize](https://github.com/sequelize/sequelize) to `6.11.0` </details> <details> <summary>Update Node.js to v17</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-17.x` - Merge into: `main` - Upgrade [node](https://github.com/nodejs/node) to `17` </details> <details> <summary>Update dependency debug to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/debug-4.x` - Merge into: `main` - Upgrade [debug](https://github.com/visionmedia/debug) to `4.3.3` </details> <details> <summary>Update dependency ejs to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/ejs-3.x` - Merge into: `main` - Upgrade [ejs](https://github.com/mde/ejs) to `3.1.6` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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).
sebclem added 1 commit 2021-12-05 22:21:49 +01:00
sebclem changed title from Configure Renovate to WIP: Configure Renovate 2021-12-06 11:32:10 +01:00
sebclem closed this pull request 2021-12-06 11:32:19 +01:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sebclem/cnc-speed-calculator#1
No description provided.