2 Commits

Author SHA1 Message Date
1218bf33a7 Update rmcrackan/libation Docker tag to v12.8.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
2025-12-03 21:44:33 +00:00
427df1e201 change config
All checks were successful
renovate / renovate (push) Successful in 2m12s
2025-12-03 15:42:27 -06:00

View File

@@ -12,65 +12,48 @@
"packageRules": [
{
"description": "Label charts",
"matchDatasources": [
"helm"
],
"addLabels": [
"chart"
],
"matchDatasources": ["helm"],
"addLabels": ["chart"],
"automerge": false,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge chart patches",
"matchUpdateTypes": [
"patch"
],
"matchDatasources": [
"helm"
],
"addLabels": [
"chart",
"automerge"
],
"matchUpdateTypes": ["patch"],
"matchDatasources": ["helm"],
"addLabels": ["chart", "automerge"],
"automerge": true,
"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",
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"matchDatasources": ["docker"],
"addLabels": ["image"],
"automerge": false,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge image patches",
"matchUpdateTypes": [
"patch",
"digest"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image",
"automerge"
],
"matchUpdateTypes": ["patch", "digest"],
"matchDatasources": ["docker"],
"addLabels": ["image", "automerge"],
"automerge": true,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge image updates for certain applications",
"matchUpdateTypes": [
"minor"
],
"matchDatasources": [
"docker"
],
"matchUpdateTypes": ["minor"],
"matchDatasources": ["docker"],
"matchPackageNames": [
"clidey/whodb",
"eigenfocus/eigenfocus",
@@ -88,10 +71,7 @@
"ghcr.io/prometheus-community/charts/kube-prometheus-stack",
"vectorim/element-web"
],
"addLabels": [
"image",
"automerge"
],
"addLabels": ["image", "automerge"],
"automerge": true,
"minimumReleaseAge": "2 days"
}