From 1b7b4385c011ada4fe4f6a60dd851dda49c6c4ac Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Mon, 10 Apr 2023 08:50:07 -0500 Subject: [PATCH] dependabot should also do github actions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61634d5a..bdf9c3d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + schedule: + interval: "weekly"