mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-03-12 14:10:01 +01:00
Some checks are pending
Deploy to Netlify (dev) / Deploy to Netlify (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":dependencyDashboardApproval"],
|
|
"labels": ["Dependencies"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["lockFileMaintenance"]
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"dependencyDashboard": true
|
|
}
|