Skip to content

Commit

Permalink
[code-infra] Set renovate to automerge devDependencies (#13463)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose C Quintas Jr <[email protected]>
Co-authored-by: Lukas Tyla <[email protected]>
  • Loading branch information
JCQuintas and LukasTy authored Nov 6, 2024
1 parent eaa75e3 commit 1f2fbd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"labels": ["dependencies"],
"stopUpdatingLabel": "on hold",
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["peerDependencies"],
"rangeStrategy": "widen"
Expand Down

0 comments on commit 1f2fbd8

Please sign in to comment.