Skip to content

Commit 7a4c5b3

Browse files
SpievStefan
andauthored
Feat/dependabot daily updates (#38)
* docs: add Matter bridge migration plan (matter-hub EOL) - Add migration guide: homeassistant/matter-migration.md - Document migration from t0bst4r/home-assistant-matter-hub to Luligu/matterbridge - Add EOL warning to README.md for Matter Hub service - Upstream project end-of-maintenance since January 2026 * docs: Corrected path and adds correct volume def matter-hub * feat: Switched dependabot Updates to daily. --------- Co-authored-by: Stefan <githubspiev@gmail.com>
1 parent 345fd1b commit 7a4c5b3

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ updates:
1414
- package-ecosystem: "docker-compose"
1515
directory: "/homeassistant"
1616
schedule:
17-
interval: "weekly"
18-
day: "sunday"
17+
interval: "daily"
1918
time: "03:00"
2019
timezone: "Europe/Berlin"
2120
commit-message:
@@ -25,8 +24,7 @@ updates:
2524
- package-ecosystem: "docker-compose"
2625
directory: "/paperless"
2726
schedule:
28-
interval: "weekly"
29-
day: "sunday"
27+
interval: "daily"
3028
time: "03:00"
3129
timezone: "Europe/Berlin"
3230
commit-message:
@@ -36,8 +34,7 @@ updates:
3634
- package-ecosystem: "docker-compose"
3735
directory: "/immich"
3836
schedule:
39-
interval: "weekly"
40-
day: "sunday"
37+
interval: "daily"
4138
time: "03:00"
4239
timezone: "Europe/Berlin"
4340
commit-message:
@@ -52,8 +49,7 @@ updates:
5249
- package-ecosystem: "docker-compose"
5350
directory: "/pihole"
5451
schedule:
55-
interval: "weekly"
56-
day: "sunday"
52+
interval: "daily"
5753
time: "03:00"
5854
timezone: "Europe/Berlin"
5955
commit-message:
@@ -63,8 +59,7 @@ updates:
6359
- package-ecosystem: "docker-compose"
6460
directory: "/freshrss"
6561
schedule:
66-
interval: "weekly"
67-
day: "sunday"
62+
interval: "daily"
6863
time: "03:00"
6964
timezone: "Europe/Berlin"
7065
commit-message:
@@ -74,8 +69,7 @@ updates:
7469
- package-ecosystem: "docker-compose"
7570
directory: "/teslamate"
7671
schedule:
77-
interval: "weekly"
78-
day: "sunday"
72+
interval: "daily"
7973
time: "03:00"
8074
timezone: "Europe/Berlin"
8175
commit-message:

homeassistant/matter-migration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ Ersetze in `docker-compose.yml` den `matter-hub` Service:
118118
restart: unless-stopped
119119
network_mode: host
120120
volumes:
121-
- ./Matterbridge:/root/Matterbridge # Mounts the Matterbridge plugin directory
122-
- ./matterbridge-data:/root/.matterbridge # Mounts the Matterbridge storage directory
123-
- ./mattercert:/root/.mattercert # Mounts the Matterbridge certificate directory
124-
environment:
125-
- TZ=Europe/Berlin
126121
```
127122
128123
### 3.2 Verzeichnisse erstellen

0 commit comments

Comments
 (0)