From 5af3702041948bda899c36ea9f8fcbea9a12445f Mon Sep 17 00:00:00 2001 From: Sion <1691676+green-leader@users.noreply.github.com> Date: Tue, 23 May 2023 20:40:48 -0600 Subject: [PATCH] Update dependabot.yml Now supports docker --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5737055..2af4e8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,9 @@ updates: schedule: # Check for updates to GitHub Actions every weekday interval: "daily" + + # Configuration for Dockerfile + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly"