From 0e3acfdadb0f3116f1c91c8e6d2c8e325a552938 Mon Sep 17 00:00:00 2001 From: Oleg Golberg Date: Mon, 11 Mar 2024 14:20:24 -0400 Subject: [PATCH] Enable dependabot for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e075815..69e3279 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + direectory: "/" + schedule: + interval: "weekly"