From e2f18068be20d136ef188ab47b13e42a6aa09dcd Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Mon, 2 Jan 2023 02:02:55 -0500 Subject: [PATCH] feat: add github-actions to dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0a2867..99b6fb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"