From cc1e77282b7e27e2722b7eac908b63c5aec12273 Mon Sep 17 00:00:00 2001 From: Charlie Jones Date: Tue, 21 Nov 2023 08:47:55 -0600 Subject: [PATCH] Add github-actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36b24f2..19a729a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily