Skip to content

Commit

Permalink
chore: add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Oct 16, 2023
1 parent 2a3fc1b commit 78244aa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
@@ -0,0 +1,23 @@
{
"extends": ["apollo-open-source"],
"dependencyDashboard": true,
"packageRules": [
{
"groupName": "all @types",
"groupSlug": "all-types",
"matchPackagePatterns": ["@types/*"]
},
{
"groupName": "all devDependencies",
"groupSlug": "all-dev",
"matchPackagePatterns": ["*"],
"matchDepTypes": ["devDependencies"]
},
{
"groupName": "all dependencies - patch updates",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
}
]
}

0 comments on commit 78244aa

Please sign in to comment.