Automerge eslint-config-prettier
This commit is contained in:
parent
48d018b5e0
commit
3eaf00a98e
3 changed files with 16 additions and 2 deletions
15
automerge-eslint.json
Normal file
15
automerge-eslint.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": "Preset for automerging sveltekit related packages",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"eslint",
|
||||
"eslint-config-prettier",
|
||||
"prettier"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue