Migrate config renovate.json
This commit is contained in:
@@ -12,48 +12,80 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Label charts",
|
"description": "Label charts",
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": [
|
||||||
"addLabels": ["chart"],
|
"helm"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"chart"
|
||||||
|
],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge chart patches",
|
"description": "Automerge chart patches",
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": [
|
||||||
"matchDatasources": ["helm"],
|
"patch"
|
||||||
"addLabels": ["chart", "automerge"],
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"chart",
|
||||||
|
"automerge"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge helm chart lock files",
|
"description": "Automerge helm chart lock files",
|
||||||
"matchManagers": ["helm"],
|
"matchManagers": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"addLabels": ["chart", "automerge"],
|
"addLabels": [
|
||||||
|
"chart",
|
||||||
|
"automerge"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch-merge"
|
"automergeType": "branch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label images",
|
"description": "Label images",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": [
|
||||||
"addLabels": ["image"],
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"image"
|
||||||
|
],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge image patches",
|
"description": "Automerge image patches",
|
||||||
"matchUpdateTypes": ["patch", "digest"],
|
"matchUpdateTypes": [
|
||||||
"matchDatasources": ["docker"],
|
"patch",
|
||||||
"addLabels": ["image", "automerge"],
|
"digest"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"image",
|
||||||
|
"automerge"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge image updates for certain applications",
|
"description": "Automerge image updates for certain applications",
|
||||||
"matchUpdateTypes": ["minor"],
|
"matchUpdateTypes": [
|
||||||
"matchDatasources": ["docker"],
|
"minor"
|
||||||
|
],
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"clidey/whodb",
|
"clidey/whodb",
|
||||||
"eigenfocus/eigenfocus",
|
"eigenfocus/eigenfocus",
|
||||||
@@ -71,7 +103,10 @@
|
|||||||
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
|
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
|
||||||
"vectorim/element-web"
|
"vectorim/element-web"
|
||||||
],
|
],
|
||||||
"addLabels": ["image", "automerge"],
|
"addLabels": [
|
||||||
|
"image",
|
||||||
|
"automerge"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"minimumReleaseAge": "2 days"
|
"minimumReleaseAge": "2 days"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user