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,
|
"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\\/.*/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue