aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-30 19:01:24 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-30 19:28:32 +0100
commit769e9a914276b5133f055045c1ee5e6d72fb9308 (patch)
treeeda20f4a126e9b996e158a0d8e86698ef562d6fe
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:
+ - "*"