mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 04:17:19 +00:00
* Add renovate.json * Update renovate.json * Update renovate.json --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"abandonments:recommended",
|
|
":automergeAll",
|
|
":automergeBranch",
|
|
":skipStatusChecks"
|
|
],
|
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
|
"osvVulnerabilityAlerts": true,
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true
|
|
}
|
|
}
|