From 9e5849e4dc9852f18cae5746f1ba647619054420 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 28 Sep 2024 10:52:23 -0400 Subject: [PATCH] build(dependabot): add docker configuration --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f453009e7..948a94643 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: docker + directory: "/.github/workflows" + schedule: + interval: weekly + open-pull-requests-limit: 10 \ No newline at end of file