chore: automerge frontend patch releases

This commit is contained in:
Marc 2023-12-29 21:40:29 -05:00
parent 9d4211d15c
commit a702122891
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -8,12 +8,20 @@
{
"description": "Backend-related updates",
"matchFileNames": ["backend/**"],
"labels": ["backend"]
"addLabels": ["backend"]
},
{
"description": "Frontend-related updates",
"matchFileNames": ["frontend/**"],
"labels": ["frontend"]
"addLabels": ["frontend"]
},
{
"description": "Automerge patch updates in frontend packages",
"matchFileNames": ["frontend/**"],
"labels": ["frontend", "automerge"],
"matchUpdateTypes": ["patch"],
"addLabels": ["automerge"],
"automerge": true
}
],
"reviewers": ["mcataford"]