aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-27 20:31:17 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-27 20:31:17 +0100
commitb6de36e1174592e5c4cc9a65bfe38f9d6ca1192a (patch)
tree52cb0d005b20bb4f2e7cd4512e99325c2bdf00c3
parentBump dependencies to latest (diff)
Add dependabot config for docker & CI
-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:
+ - "*"