From ca97c56f8927e1d7d741608b4225f646eed790e5 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 16 Oct 2023 16:27:29 -0700 Subject: [PATCH] [action] check for updates to dependabot actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93f..a9618d0b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"