docs icon indicating copy to clipboard operation
docs copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

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

  • themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • 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 directories.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Groups minor and patch updates together in a single PR, and treat NPM 0.x.x updates as major updates.
  • Run Renovate on following schedule: before 07:00 on Thursday

🔡 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 6 Pull Requests:

Update dependency express to ~4.19.0 [SECURITY]
  • Branch name: renovate/npm-express-vulnerability
  • Merge into: master
  • Upgrade express to ~4.19.0
Update npm non-major dependencies
  • Schedule: ["before 07:00 on Thursday"]
  • Branch name: renovate/npm-minor-patch
  • Merge into: master
  • Upgrade mustache to ~2.3.0
  • Upgrade node to ~4.9.0
  • Upgrade socket.io to ~1.7.0
Update Node.js to v20
  • Schedule: ["before 07:00 on Thursday"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to ~20.12.0
Update dependency grunt-cli to v1
  • Schedule: ["before 07:00 on Thursday"]
  • Branch name: renovate/grunt-cli-1.x
  • Merge into: master
  • Upgrade grunt-cli to ~1.4.0
Update dependency mustache to v4
  • Schedule: ["before 07:00 on Thursday"]
  • Branch name: renovate/mustache-4.x
  • Merge into: master
  • Upgrade mustache to ~4.2.0
Update dependency socket.io to v4
  • Schedule: ["before 07:00 on Thursday"]
  • Branch name: renovate/major-socket.io-packages
  • Merge into: master
  • Upgrade socket.io to ~4.7.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 Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 16 '22 15:09 renovate[bot]