chore: Configure Renovate (#28)

* Add renovate.json

* Update renovate.json

* Update renovate.json

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
lapwat
2025-07-08 21:15:33 +02:00
committed by GitHub
parent 99b7d16de7
commit b5f2799574

15
renovate.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"abandonments:recommended",
":automergeAll",
":automergeBranch",
":skipStatusChecks"
],
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true
}
}