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,
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
"labels": [
"Kind: Security"
]
},
"extends": [":gitSignOff",":labels(dependencies)", "docker:disable"],
"baseBranches": ["main", "/^release\\/.*/"]
"labels": [
"Kind: Dependency"
],
"extends": [
":gitSignOff",
"docker:disable"
],
"baseBranches": [
"main",
"/^release\\/.*/"
]
}