From 858bebb9a4d2da38ee069a8648ee70a797abd324 Mon Sep 17 00:00:00 2001 From: Sanket T <59204773+sankettangade@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:54:06 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b76d5c8a9..8190c861c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + # Check for updates to GitHub Actions every quarter + interval: "quarterly" labels: - "Release Not Needed" - target-branch: "dev" \ No newline at end of file + target-branch: "dev"