Skip to content

Commit 692b169

Browse files
authored
chore: configure renovate (#169)
Signed-off-by: William Walker <w_walker@icloud.com>
1 parent 23d3136 commit 692b169

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": ["config:base"],
3+
"packageRules": [
4+
{
5+
"matchManagers": ["npm"],
6+
"matchPaths": ["package.json"],
7+
"groupName": "Node Dependencies"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)