Skip to content

Commit bba7065

Browse files
Merge pull request #306 from TNG/chore/group-non-major-dependencies
Group non-Major Dependencies with Renovate
2 parents 1bfa1e6 + 0f1903e commit bba7065

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": [
4+
"config:base",
5+
"group:allNonMajor"
6+
],
47
"customManagers": [
58
{
69
"customType": "regex",

0 commit comments

Comments
 (0)