chore: configuration of labels
This commit is contained in:
parent
ee177c0e56
commit
a4239cfd97
1 changed files with 14 additions and 3 deletions
|
@ -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\\/.*/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue