Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Oct 5, 2023
1 parent f14df82 commit a17fb94
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,41 @@
{
"groupName": "playground",
"commitMessageTopic": "playground",
"matchPaths": ["playground/**"],
"matchUpdateTypes": ["major", "minor", "patch"],
"matchDatasources": ["npm"]
"matchPaths": [
"playground/**"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "root",
"matchUpdateTypes": ["patch", "minor", "major"],
"ignorePaths": ["**/playground/**"],
"matchDatasources": ["npm", "github-actions"],
"labels": ["dependencies"],
"addLabels": ["dependencies"],
"matchFiles": ["package.json"]
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"ignorePaths": [
"**/playground/**"
],
"matchDatasources": [
"npm",
"github-actions"
],
"labels": [
"dependencies"
],
"addLabels": [
"dependencies"
],
"matchFiles": [
"package.json"
]
}
]
}

0 comments on commit a17fb94

Please sign in to comment.