Skip to content

Commit 237daef

Browse files
authored
chore(deps): group lerna-lite dependencies in dependabot (#221)
Add npm-lerna group to dependabot.yml to ensure all @lerna-lite/* packages are updated together in a single PR. This prevents the 5 separate PRs currently created for interdependent lerna-lite packages (cli, run, changed, publish, version) and ensures coherent upgrades of the monorepo management tooling.
1 parent 25c5972 commit 237daef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ updates:
116116
update-types:
117117
- 'minor'
118118
- 'patch'
119+
# Lerna monorepo management - MUST be upgraded together
120+
npm-lerna:
121+
applies-to: version-updates
122+
patterns:
123+
- '@lerna-lite/*'
124+
update-types:
125+
- 'minor'
126+
- 'patch'
119127
# Note: Security updates are not grouped - they create immediate individual PRs
120128
open-pull-requests-limit: 10
121129
rebase-strategy: 'auto'

0 commit comments

Comments
 (0)