summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Ducret <jdiphone34@gmail.com>2022-08-22 22:07:24 +0200
committerGitHub <noreply@github.com>2022-08-22 21:07:24 +0100
commit729f404ad0d3c72391e0be4c92882931c6037d83 (patch)
tree5c49ed706fed2a49de5b42437a8abbe29f930643
parent6127642d3038e2d4f9b760c93cf4a405ffbcb3a6 (diff)
Add dockerfile in dependabot scope (#507)
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f1d26d80..da1498c4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
+ - package-ecosystem: "docker" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "daily"