From b140fdc700d90ad4cdb9bacaa37ee92a8f09efd3 Mon Sep 17 00:00:00 2001 From: Philipp Heil Date: Thu, 4 Apr 2024 17:17:42 +0200 Subject: [PATCH] Also scope docker in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2775ad7e..a08c1fa0 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"