Add automerge file for typescript
This commit is contained in:
parent
5d476dccac
commit
ae117fb40b
1 changed files with 13 additions and 0 deletions
13
automerge-typescript.json
Normal file
13
automerge-typescript.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": "Preset for automerging typescript related packages",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"typescript"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue