PacketMediator/renovate.json

25 lines
475 B
JSON
Raw Normal View History

2024-02-08 11:55:35 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"configMigration": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
2024-02-26 10:32:59 +00:00
"labels": [
"Kind: Security"
]
2024-02-08 11:55:35 +00:00
},
2024-02-26 10:32:59 +00:00
"labels": [
"Kind: Dependency"
],
"extends": [
":gitSignOff",
"docker:disable"
],
"baseBranches": [
"main",
"/^release\\/.*/"
]
2024-02-08 11:55:35 +00:00
}