Compare commits
2 Commits
0b163674af
...
f87471b5bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
f87471b5bb
|
|||
| b56d55ae15 |
@@ -16,7 +16,7 @@ libation:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: rmcrackan/libation
|
repository: rmcrackan/libation
|
||||||
tag: 12.7.5
|
tag: 12.8.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SLEEP_TIME
|
- name: SLEEP_TIME
|
||||||
|
|||||||
@@ -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