From 53998c99bfa065a0345fc768ae45eb7ea236b447 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 29 Jul 2022 16:46:29 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915d..f22ad20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: 'daily' + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"