Skip to content

Commit 10f30bf

Browse files
authored
chore(deps): update renovate config
1 parent 5e58e3b commit 10f30bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "all non-major dependencies",
9+
"groupSlug": "all-minor-patch",
10+
"matchPackagePatterns": [
11+
"*"
12+
],
13+
"matchUpdateTypes": [
14+
"minor",
15+
"patch"
16+
]
17+
}
518
]
619
}

0 commit comments

Comments
 (0)