Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 50a9ed2

Browse files
authored
ci: group minor patch in renovate
1 parent 31c5803 commit 50a9ed2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchPackagePatterns": [
8+
"*"
9+
],
10+
"matchUpdateTypes": [
11+
"minor",
12+
"patch"
13+
],
14+
"groupName": "all non-major dependencies",
15+
"groupSlug": "all-minor-patch",
16+
"automerge": true,
17+
"labels": [
18+
"dependencies"
19+
]
20+
}
421
]
522
}

0 commit comments

Comments
 (0)