From bd1e73f9fe03481a505d63269be7a0796de1036c Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 5 Oct 2023 07:07:00 -0500 Subject: [PATCH] add gha for dependabot checks --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3158a0bae5..d0c525798f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,3 +28,10 @@ updates: schedule: interval: "weekly" rebase-strategy: "disabled" + + # github dependencies + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + rebase-strategy: "disabled"