28 lines
504 B
JSON
28 lines
504 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": ["Kind/Security"],
|
|
"major": {
|
|
"addLabels": ["Priority/High"]
|
|
},
|
|
"minor": {
|
|
"addLabels": ["Priority/Medium"]
|
|
},
|
|
"patch": {
|
|
"addLabels": ["Priority/Low"]
|
|
},
|
|
"digest": {
|
|
"addLabels": ["Priority/Low"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchFiles": ["**/values.yaml", "**/values/*.yaml"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
} |