Skip to content

Commit

Permalink
fix: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 21, 2022
1 parent 4269b67 commit da926b7
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions renovate.json
Expand Up @@ -7,34 +7,19 @@
"baseBranches": ["main"],
"rangeStrategy": "replace",
"packageRules": [
{
"matchPaths": ["packages/**"],
"matchPackagePatterns": ["*"],
"groupName": "packages dependencies",
"groupSlug": "packages-path",
"rangeStrategy": "replace"
},
{
"matchPaths": ["examples/**"],
"matchPackagePatterns": ["*"],
"groupName": "examples dependencies",
"groupSlug": "examples-path",
"rangeStrategy": "replace"
},
{
"groupName": "Types",
"packagePatterns": ["^@types/"],
"automerge": true
},
{
"matchDatasources": ["npm"],
"matchUpdateTypes": ["major"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "NPM dependencies (major)"
},
{
"matchPaths": ["packages/**", "apps/**"],
"matchPackagePatterns": ["*"],
"matchDatasources": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "NPM dependencies (non-major)"
"groupName": "NPM dependencies (major)"
}
]
}

0 comments on commit da926b7

Please sign in to comment.