Skip to content

Commit

Permalink
chore(package): ⬆️ add renovate to manage deps (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Navin Moorthy <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2021
1 parent f0ede3e commit 6d67979
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": ["config:base"],
"commitMessageAction": "⬆️ update",
"ignoreDeps": ["node-fetch"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dev dependencies (minor)"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major"],
"groupName": "dev dependencies (major)"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "prod dependencies (minor)"
}
]
}

0 comments on commit 6d67979

Please sign in to comment.