renovate: use recommended configs
This commit is contained in:
parent
90dec88f46
commit
d855d45e57
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"configMigration": true,
|
||||
"extends": ["config:recommended"],
|
||||
"postUpdateOptions": ["pnpmDedupe"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue