chore(renovate): update automerge for test+formatting minor+patches
This commit is contained in:
parent
cc9058b807
commit
be3c0995d7
1 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,19 @@
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"addLabels": ["automerge"],
|
"addLabels": ["automerge"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge any test/formatting-related minor or patch updates",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^@testing-library\/",
|
||||||
|
"^axios-mock-adapter$",
|
||||||
|
"^jsdom$",
|
||||||
|
"^vitest$",
|
||||||
|
"^@biomejs\/"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"addLabels": ["automerge", "test-dependencies"],
|
||||||
|
"automerge": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"reviewers": ["mcataford"]
|
"reviewers": ["mcataford"]
|
||||||
|
|
Reference in a new issue