javro icon indicating copy to clipboard operation
javro copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 1 year 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

  • 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.
  • 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.
  • Enable Renovate Dependency Dashboard creation.
  • Pin all dependency versions except peerDependencies.
  • Special rules covering major version updates.
  • Rules governing github actions.
  • Base Renovate configuration for Expedia Group projects

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

chore(deps): update devdependencies ajv from v6.10.2 to v6.12.3 [security]
  • Branch name: renovate/npm-ajv-vulnerability
  • Merge into: master
  • Upgrade ajv to 6.12.3
chore(deps): pin dependencies
chore(deps): update devdependencies avsc from v5.4.12 to ^5.7.7
  • Schedule: ["at any time"]
  • Branch name: renovate/avsc-5.x
  • Merge into: master
  • Upgrade avsc to ^5.7.7
chore(deps): update devdependencies docker-compose from v0.19.0 to ^0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-compose-0.x
  • Merge into: master
  • Upgrade docker-compose to ^0.24.0
chore(deps): update devdependencies eslint-plugin-import from v2.18.2 to ^2.29.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to ^2.29.1
chore(deps): update devdependencies eslint-plugin-jest from v22.13.6 to ^22.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-22.x
  • Merge into: master
  • Upgrade eslint-plugin-jest to ^22.21.0
feat(deps): update dependencies promise from v8.0.3 to ^8.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/promise-8.x
  • Merge into: master
  • Upgrade promise to ^8.3.0
chore(deps): update devdependencies eslint from v5.16.0 to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: master
  • Upgrade eslint to ^8.0.0
chore(deps): update devdependencies eslint-config-airbnb-base from v13.2.0 to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-airbnb-base-15.x
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to ^15.0.0
chore(deps): update devdependencies eslint-plugin-jest from v22.13.6 to v27
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-27.x
  • Merge into: master
  • Upgrade eslint-plugin-jest to ^27.0.0
chore(deps): update devdependencies jest from v24.8.0 to v29
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^29.0.0
feat(deps): update dependencies json-schema-ref-parser from v7.1.0 to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/json-schema-ref-parser-9.x
  • Merge into: master
  • Upgrade json-schema-ref-parser to ^9.0.0

❓ 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 Mar 04 '24 15:03 renovate[bot]