Skip to content

Commit ad5c5db

Browse files
committed
ChatGPT proposed this to batch minor renovate patches into one
1 parent 4dedcd3 commit ad5c5db

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": [
9+
"minor",
10+
"patch"
11+
],
12+
"groupName": "all minor and patch dependencies"
13+
}
514
]
6-
}
15+
}

0 commit comments

Comments
 (0)