From ac2d9bfb9c164cef0ddec28babb6a97e405afdc3 Mon Sep 17 00:00:00 2001 From: Dhruba Basu <7675102+dhrubabasu@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:29:31 -0800 Subject: [PATCH] Check for github action updates in dependabot (#2715) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3570d9fcf2d..42c6bdd1f51 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 0 # Disable non-security version updates + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly