Skip to content

Commit b5111c2

Browse files
authored
feat/improving-renovate (#594)
Improving the renovate experience by grouping PR's Signed-off-by: Alex Jones <[email protected]>
1 parent 6db7ba8 commit b5111c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"extends": [
44
"config:base",
55
"helpers:pinGitHubActionDigests",
6-
":gitSignOff"
7-
6+
":gitSignOff",
7+
"group:allNonMajor"
88
],
99
"addLabels": ["dependencies"],
1010
"postUpdateOptions": [
@@ -48,4 +48,4 @@
4848
]
4949
}
5050
]
51-
}
51+
}

0 commit comments

Comments
 (0)