From ec57d7af94577fb3473cb06ff31cda93ce6ba041 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 5 Oct 2023 10:16:20 -0500 Subject: [PATCH] add gha for dependabot checks (#8777) --- .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"