Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Apr 30, 2023
1 parent 1577873 commit aff3ded
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,68 @@
"pnpm"
],
"packageRules": [
{
"groupName": "components",
"commitMessageTopic": "components",
"matchPaths": [
"packages/components/*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "core",
"commitMessageTopic": "core",
"matchPaths": [
"packages/core/*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "playground",
"commitMessageTopic": "playground",
"matchPaths": [
"playground/*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"matchDatasources": [
"npm"
],
"labels": [
"dependencies"
],
"addLabels": [
"dependencies"
],
"matchFiles": [
"package.json"
]
}
]
Expand Down

0 comments on commit aff3ded

Please sign in to comment.