ci: allow both "deps" and "dep" to be a patch

This commit is contained in:
Derrick Hammer 2023-06-29 06:01:38 -04:00
parent 76d3043dda
commit 504dcefb35
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
"type": "dep",
"release": "patch"
},
{
"type": "deps",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"