1 parent 5a4cf83 commit 8e432b9Copy full SHA for 8e432b9
1 file changed
.github/dependabot.yaml
@@ -16,3 +16,17 @@ updates:
16
directory: "/images/svc-base/"
17
schedule:
18
interval: "weekly"
19
+
20
+ - package-ecosystem: "docker"
21
+ directories:
22
+ - /env/default
23
+ schedule:
24
+ interval: "weekly"
25
+ ignore:
26
+ - dependency-name: "clickhouse/clickhouse-server"
27
+ groups:
28
+ workbench:
29
+ patterns:
30
+ - "*"
31
+ update-types:
32
+ - patch
0 commit comments