Skip to content

Commit

Permalink
[4.2] Renovatebot: force npm and composer versions (#38789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Sep 20, 2022
1 parent d24ee59 commit 614a463
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"lockFileMaintenance": { "enabled": true },
"composerIgnorePlatformReqs": ["ext-*", "lib-*"],
"rangeStrategy": "update-lockfile",
"baseBranches": ["4.2-dev", "4.3-dev", "5.0-dev"]
"baseBranches": ["4.2-dev", "4.3-dev", "5.0-dev"],
"constraints": {
"composer": "> 2.3",
"npm": "> 8.0"
}
}

0 comments on commit 614a463

Please sign in to comment.