All checks were successful
Lint / pre-commit Linting (push) Successful in 1m33s
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>server/Renovate-Template:renovate.json",
|
|
"config:recommended",
|
|
":automergeLinters"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"npm"
|
|
],
|
|
"postUpdateOptions": [
|
|
"npmInstall"
|
|
]
|
|
}
|
|
]
|
|
}
|