aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b38df29..59cb3ac 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,21 @@ updates:
directory: "/"
schedule:
interval: "daily"
+
+ - package-ecosystem: "docker"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ docker-dependencies:
+ patterns:
+ - "*"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ groups:
+ ci-dependencies:
+ patterns:
+ - "*"