e1adc6a3bc
* Add renovate.json * Add renovate config Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
15 lines
No EOL
341 B
JSON
15 lines
No EOL
341 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [ "Dependencies" ],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [ "lockFileMaintenance" ]
|
|
}
|
|
],
|
|
"lockFileMaintenance": { "enabled": true },
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardApproval": true
|
|
} |