zammad-docker-compose/.github/dependabot.yml

31 lines
726 B
YAML
Raw Normal View History

2022-08-05 08:47:00 +00:00
---
version: 2
updates:
2022-08-05 08:59:33 +00:00
- package-ecosystem: "docker-zammad"
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"
2022-08-05 08:47:00 +00:00
schedule:
interval: "weekly"
time: "09:00"
timezone: "Europe/Berlin"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "09:00"
timezone: "Europe/Berlin"