mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-24 20:00:45 +00:00
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:
15
renovate.json
Normal file
15
renovate.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user