Merge pull request #84 from mcataford/chore/renovate-automerge

chore: automerge frontend patch releases
This commit is contained in:
Marc 2023-12-29 21:42:13 -05:00 committed by GitHub
commit 5e5677362a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"]