Skip to content

Dependency management and updates

Rich Gwozdz edited this page Sep 11, 2023 · 2 revisions

This repository uses Dependabot to analyze the dependency status for each monorepo package. It is configured to:

  • run at a weekly interval
  • combine patch/minor upgrades into a single PR

A Github action will auto-merge any patch/minor Dependabot PRs if all tests pass successfully.

Dependabot will issue individual PRs for any major upgrades.

Clone this wiki locally