Skip to content

Commit

Permalink
chore: fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Oct 5, 2023
1 parent 1f81870 commit 1144658
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,59 @@
]
},
{
"matchFiles": [
"package.json"
"groupName": "playground-nuxt",
"commitMessageTopic": "playground-nuxt",
"matchPaths": [
"playground-nuxt/**"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "playground-vue",
"commitMessageTopic": "playground-vue",
"matchPaths": [
"playground-vue/**"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "root",
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"groupName": "root",
"groupSlug": "shared-root",
"ignorePaths": [
"**/playground/**",
"**/playground-vue/**",
"**/playground-nuxt/**"
],
"matchDatasources": [
"npm",
"github-actions"
],
"labels": [
"dependencies"
],
"addLabels": [
"dependencies"
],
"matchFiles": [
"package.json"
]
}
]
Expand Down

0 comments on commit 1144658

Please sign in to comment.