[CI] Add Dockerfile monitoring to dependabot (#928)
This will allow dependabot to inform us when there are newer version of the base packages for our Dockerfiles.pull/929/head
parent
1dad4846f9
commit
83d40641d7
|
@ -12,3 +12,33 @@ update_configs:
|
||||||
commit_message:
|
commit_message:
|
||||||
prefix: "[MISC] "
|
prefix: "[MISC] "
|
||||||
include_scope: true
|
include_scope: true
|
||||||
|
- package_manager: "docker"
|
||||||
|
directory: "/"
|
||||||
|
update_schedule: "daily"
|
||||||
|
commit_message:
|
||||||
|
prefix: "[MISC] "
|
||||||
|
include_scope: true
|
||||||
|
- package_manager: "docker"
|
||||||
|
directory: "/internal/suites/example/compose/authelia"
|
||||||
|
update_schedule: "daily"
|
||||||
|
commit_message:
|
||||||
|
prefix: "[MISC] "
|
||||||
|
include_scope: true
|
||||||
|
- package_manager: "docker"
|
||||||
|
directory: "/internal/suites/example/compose/haproxy"
|
||||||
|
update_schedule: "daily"
|
||||||
|
commit_message:
|
||||||
|
prefix: "[MISC] "
|
||||||
|
include_scope: true
|
||||||
|
- package_manager: "docker"
|
||||||
|
directory: "/internal/suites/example/compose/duo-api"
|
||||||
|
update_schedule: "daily"
|
||||||
|
commit_message:
|
||||||
|
prefix: "[MISC] "
|
||||||
|
include_scope: true
|
||||||
|
- package_manager: "docker"
|
||||||
|
directory: "/internal/suites/example/compose/kind"
|
||||||
|
update_schedule: "daily"
|
||||||
|
commit_message:
|
||||||
|
prefix: "[MISC] "
|
||||||
|
include_scope: true
|
Loading…
Reference in New Issue