Compare commits

...

4 Commits

4 changed files with 5 additions and 4 deletions

View File

@ -10,7 +10,7 @@ resources:
images:
- name: adguard/adguardhome
newName: adguard/adguardhome
newTag: v0.107.61
newTag: v0.107.62
namespace: adguard

View File

@ -17,5 +17,5 @@ helmCharts:
- releaseName: grafana
name: grafana
repo: https://grafana.github.io/helm-charts
version: 9.2.0
version: 9.2.1
valuesFile: grafana.values.yaml

View File

@ -15,7 +15,7 @@ namespace: immich
helmCharts:
- name: immich
releaseName: immich
version: 0.9.2
version: 0.9.3
valuesFile: values.yaml
repo: https://immich-app.github.io/immich-charts

View File

@ -7,7 +7,8 @@
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
"automerge": true,
"ignoreTests": true
}
]
}