Skip to content

Commit

Permalink
chore: configure renovate (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: William Walker <w_walker@icloud.com>
  • Loading branch information
willswire authored Feb 16, 2025
1 parent 23d3136 commit 692b169
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["config:base"],
"packageRules": [
{
"matchManagers": ["npm"],
"matchPaths": ["package.json"],
"groupName": "Node Dependencies"
}
]
}

0 comments on commit 692b169

Please sign in to comment.