Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 1676b9b

Browse files
committed
chore: add renovate config to group the updates
1 parent d9ae75d commit 1676b9b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"packageRules": [
3+
{
4+
"matchDepTypes": ["devDependencies"],
5+
"groupName": "devDependencies"
6+
},
7+
{
8+
"matchDepTypes": ["dependencies"],
9+
"groupName": "dependencies"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)