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 da926b7 commit 7b9c1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Expand Up @@ -12,14 +12,14 @@
"matchPackagePatterns": ["*"],
"matchDatasources": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "NPM dependencies (major)"
"groupName": "examples dependencies (major)"
},
{
"matchPaths": ["packages/**", "apps/**"],
"matchPackagePatterns": ["*"],
"matchDatasources": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "NPM dependencies (major)"
"groupName": "global"
}
]
}

0 comments on commit 7b9c1e9

Please sign in to comment.