Files
papeer/renovate.json
lapwat b5f2799574 chore: Configure Renovate (#28)
* Add renovate.json

* Update renovate.json

* Update renovate.json

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-07-08 21:15:33 +02:00

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
}
}