From 4384dd3336ee07969e354b0aee5ab9becf37fefe Mon Sep 17 00:00:00 2001 From: Marty Zalega Date: Thu, 13 Jun 2024 17:52:19 +1000 Subject: [PATCH] Add github-actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1b219b..c507d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"