Update dependabot.yml
This commit is contained in:
parent
5a65ce28cf
commit
10fa5096c7
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -1,8 +1,22 @@
|
|||||||
---
|
---
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker-zammad"
|
||||||
directory: "/"
|
directory: "/containers/zammad"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker-zammad-elasticsearch"
|
||||||
|
directory: "/containers/zammad-elasticsearch/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker-zammad-postgresql"
|
||||||
|
directory: "/containers/zammad-postgresql"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
time: "09:00"
|
time: "09:00"
|
||||||
|
Loading…
Reference in New Issue
Block a user