Compare commits
2 Commits
41f885609f
...
5b4099c4b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
5b4099c4b6
|
|||
| 427df1e201 |
@@ -3,4 +3,4 @@ dependencies:
|
|||||||
repository: https://eraser-dev.github.io/eraser/charts
|
repository: https://eraser-dev.github.io/eraser/charts
|
||||||
version: 1.4.1
|
version: 1.4.1
|
||||||
digest: sha256:da828de684b0cd82e99994586f3db4f55c43c01607c4d8d0e70e204c7bbbbf5b
|
digest: sha256:da828de684b0cd82e99994586f3db4f55c43c01607c4d8d0e70e204c7bbbbf5b
|
||||||
generated: "2025-12-03T21:26:52.543000755Z"
|
generated: "2025-12-03T21:44:11.864683185Z"
|
||||||
|
|||||||
@@ -12,65 +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",
|
||||||
|
"matchManagers": ["helm"],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"addLabels": ["chart", "automerge"],
|
||||||
|
"automerge": true,
|
||||||
|
"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",
|
||||||
@@ -88,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