Skip to content

Commit

Permalink
Add recommended grouping to Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 10, 2024
1 parent 5c20849 commit 8d2a0bb
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 @@ -12,6 +12,11 @@
{
"matchPackageNames": ["node"],
"versioning": "node"
},
{
"extends": "group:recommended",
"groupName": "recommended package groupings",
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
}
]
}

0 comments on commit 8d2a0bb

Please sign in to comment.