chore: configuration of labels

This commit is contained in:
Timothy Schenk 2024-02-26 11:32:59 +01:00
parent ee177c0e56
commit a4239cfd97
Signed by: rainote
SSH key fingerprint: SHA256:pnkNSDwpAnaip00xaZlVFHKKsS7T8UtOomMzvs0yITE

View file

@ -6,8 +6,19 @@
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": { "vulnerabilityAlerts": {
"enabled": true, "enabled": true,
"labels": ["security"] "labels": [
"Kind: Security"
]
}, },
"extends": [":gitSignOff",":labels(dependencies)", "docker:disable"], "labels": [
"baseBranches": ["main", "/^release\\/.*/"] "Kind: Dependency"
],
"extends": [
":gitSignOff",
"docker:disable"
],
"baseBranches": [
"main",
"/^release\\/.*/"
]
} }