mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
ac2e41de80
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
15 lines
206 B
YAML
15 lines
206 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */6 * * *"
|
|
firstCheckNotif: true
|
|
|
|
notif:
|
|
script:
|
|
cmd: "sh"
|
|
args:
|
|
- "/mount/notif.sh"
|
|
|
|
providers:
|
|
dockerfile:
|
|
patterns:
|
|
- /mount/Dockerfile*
|