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

chore: set Renovate commit type to "deps" (#2447)

chore: set Renovate commit type to "deps"
parent 7aa0e41d
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,10 @@ ...@@ -187,6 +187,10 @@
{ {
"type": "refactor", "type": "refactor",
"release": "patch" "release": "patch"
},
{
"type": "deps",
"release": "patch"
} }
] ]
} }
......
...@@ -11,9 +11,13 @@ ...@@ -11,9 +11,13 @@
"semanticCommitType": "fix" "semanticCommitType": "fix"
}, },
"packageRules": [ "packageRules": [
{
"depTypeList": ["dependencies"],
"semanticCommitType": "deps"
},
{ {
"packageNames": ["semantic-release"], "packageNames": ["semantic-release"],
"semanticCommitType": "fix" "semanticCommitType": "deps"
}, },
{ {
"packageNames": ["got", "gh-got", "gl-got"], "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