diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a029208..765357c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/homeassistant" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: @@ -25,8 +24,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/paperless" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: @@ -36,8 +34,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/immich" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: @@ -52,8 +49,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/pihole" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: @@ -63,8 +59,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/freshrss" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: @@ -74,8 +69,7 @@ updates: - package-ecosystem: "docker-compose" directory: "/teslamate" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" time: "03:00" timezone: "Europe/Berlin" commit-message: diff --git a/homeassistant/matter-migration.md b/homeassistant/matter-migration.md index 55682d2..ce3dbd9 100644 --- a/homeassistant/matter-migration.md +++ b/homeassistant/matter-migration.md @@ -118,11 +118,6 @@ Ersetze in `docker-compose.yml` den `matter-hub` Service: restart: unless-stopped network_mode: host volumes: - - ./Matterbridge:/root/Matterbridge # Mounts the Matterbridge plugin directory - - ./matterbridge-data:/root/.matterbridge # Mounts the Matterbridge storage directory - - ./mattercert:/root/.mattercert # Mounts the Matterbridge certificate directory - environment: - - TZ=Europe/Berlin ``` ### 3.2 Verzeichnisse erstellen