Compare commits
1 Commits
f87471b5bb
...
0b163674af
| Author | SHA1 | Date | |
|---|---|---|---|
|
0b163674af
|
@@ -12,80 +12,48 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Label charts",
|
"description": "Label charts",
|
||||||
"matchDatasources": [
|
"matchDatasources": ["helm"],
|
||||||
"helm"
|
"addLabels": ["chart"],
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"chart"
|
|
||||||
],
|
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge chart patches",
|
"description": "Automerge chart patches",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": ["patch"],
|
||||||
"patch"
|
"matchDatasources": ["helm"],
|
||||||
],
|
"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": [
|
"matchManagers": ["helm"],
|
||||||
"helm"
|
|
||||||
],
|
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"addLabels": [
|
"addLabels": ["chart", "automerge"],
|
||||||
"chart",
|
|
||||||
"automerge"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch-merge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label images",
|
"description": "Label images",
|
||||||
"matchDatasources": [
|
"matchDatasources": ["docker"],
|
||||||
"docker"
|
"addLabels": ["image"],
|
||||||
],
|
|
||||||
"addLabels": [
|
|
||||||
"image"
|
|
||||||
],
|
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"minimumReleaseAge": "1 days"
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge image patches",
|
"description": "Automerge image patches",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": ["patch", "digest"],
|
||||||
"patch",
|
"matchDatasources": ["docker"],
|
||||||
"digest"
|
"addLabels": ["image", "automerge"],
|
||||||
],
|
|
||||||
"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": [
|
"matchUpdateTypes": ["minor"],
|
||||||
"minor"
|
"matchDatasources": ["docker"],
|
||||||
],
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"clidey/whodb",
|
"clidey/whodb",
|
||||||
"eigenfocus/eigenfocus",
|
"eigenfocus/eigenfocus",
|
||||||
@@ -103,10 +71,7 @@
|
|||||||
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
|
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
|
||||||
"vectorim/element-web"
|
"vectorim/element-web"
|
||||||
],
|
],
|
||||||
"addLabels": [
|
"addLabels": ["image", "automerge"],
|
||||||
"image",
|
|
||||||
"automerge"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"minimumReleaseAge": "2 days"
|
"minimumReleaseAge": "2 days"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user