Skip to content

Commit

Permalink
feat/improving-renovate (#594)
Browse files Browse the repository at this point in the history
Improving the renovate experience by grouping PR's

Signed-off-by: Alex Jones <[email protected]>
  • Loading branch information
AlexsJones authored Jan 2, 2025
1 parent 6db7ba8 commit b5111c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
":gitSignOff"

":gitSignOff",
"group:allNonMajor"
],
"addLabels": ["dependencies"],
"postUpdateOptions": [
Expand Down Expand Up @@ -48,4 +48,4 @@
]
}
]
}
}

0 comments on commit b5111c2

Please sign in to comment.