Skip to content
Snippets Groups Projects
Unverified Commit 790cd9de authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: use conventional type for deps (#2452)

parent 68ff9105
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@
"release": "patch"
},
{
"type": "deps",
"type": "build",
"release": "patch"
}
]
......
......@@ -13,11 +13,13 @@
"packageRules": [
{
"depTypeList": ["dependencies"],
"semanticCommitType": "deps"
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
{
"packageNames": ["semantic-release"],
"semanticCommitType": "deps"
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
{
"packageNames": ["got", "gh-got", "gl-got"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment