mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-24 20:00:45 +00:00
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"abandonments:recommended",
|
|
"group:all",
|
|
":automergeAll",
|
|
":automergeBranch",
|
|
":skipStatusChecks"
|
|
],
|
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
|
"osvVulnerabilityAlerts": true,
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true
|
|
}
|
|
}
|