Add automerge file for typescript
This commit is contained in:
parent
5d476dccac
commit
ae117fb40b
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…
Reference in New Issue
Block a user