Skip to content

Commit 4719ce8

Browse files
Update renovate.json
1 parent 22365fe commit 4719ce8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
"automerge": true
88
},
99
{
10-
"matchDepTypes": ["devDependencies"],
11-
"matchUpdateTypes": ["patch", "minor"],
12-
"groupName": "devDependencies (non-major)"
10+
"matchPackagePatterns": [
11+
"*"
12+
],
13+
"matchUpdateTypes": [
14+
"minor",
15+
"patch"
16+
],
17+
"groupName": "all non-major dependencies",
18+
"groupSlug": "all-minor-patch"
1319
}
1420
],
1521
"extends": [

0 commit comments

Comments
 (0)