mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
15 lines
205 B
YAML
15 lines
205 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */6 * * *"
|
|
firstCheckNotif: true
|
|
|
|
notif:
|
|
script:
|
|
cmd: "sh"
|
|
args:
|
|
- "/mount/notif.sh"
|
|
|
|
providers:
|
|
dockerfile:
|
|
patterns:
|
|
- /mount/Dockerfile
|