add automerge for charts
This commit is contained in:
19
.github/renovate.json
vendored
19
.github/renovate.json
vendored
@@ -38,6 +38,17 @@
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "Label charts",
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"addLabels": [
|
||||
"chart"
|
||||
],
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label images",
|
||||
"matchDatasources": [
|
||||
@@ -50,14 +61,18 @@
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label charts",
|
||||
"description": "Automerge charts",
|
||||
"matchDepNames": [
|
||||
"reloader"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"addLabels": [
|
||||
"chart"
|
||||
],
|
||||
"automerge": false,
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user