From 41a65c1c9185e81f4d1a0ab71730f1a810d8bbb2 Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:16:37 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89429c9ba..669aa9208 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directory: "/.github/workflows" + schedule: + interval: "weekly" + + - package-ecosystem: "docker" + directory: "/docker/" schedule: interval: "weekly"