Skip to content

Commit a7f30c2

Browse files
Migrate config .github/renovate.json
1 parent fdd93a4 commit a7f30c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"prConcurrentLimit": 1,
88
"packageRules": [
99
{
10-
"matchPackagePatterns": [
11-
"*"
12-
],
1310
"matchUpdateTypes": [
1411
"patch",
1512
"minor"
1613
],
17-
"groupName": "all dependencies"
14+
"groupName": "all dependencies",
15+
"matchPackageNames": [
16+
"*"
17+
]
1818
}
1919
],
2020
"schedule": [

0 commit comments

Comments
 (0)