Compare commits

..
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
esphome:
image: ghcr.io/esphome/esphome:2026.8.0
image: ghcr.io/esphome/esphome:2026.8.2
ports:
- "6052"
networks:
@@ -2,7 +2,7 @@ services:
tubearchivist:
container_name: tubearchivist
restart: unless-stopped
image: bbilly1/tubearchivist:v0.5.12
image: bbilly1/tubearchivist:v0.5.10
ports:
- "8000"
networks:
+10 -1
View File
@@ -1,12 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 15,
"prHourlyLimit": 0,
"prFooter": "",
"enabledManagers": [
"docker-compose",
"github-actions",
"helm-values",
"flux"
"flux",
"terraform"
],
"osvVulnerabilityAlerts": true,
"flux": {
"managerFilePatterns": [
"/kubernetes/.+\\.ya?ml$/"
]
},
"packageRules": [
{
"description": "docker-compose updates",