From c6ff86a3fde9031f5901f0949259fa27e5effbb4 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Thu, 14 Dec 2023 09:12:42 +0000 Subject: [PATCH] disabled dependabot by increasing interval --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cd51d2c6..63ce24b4 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,4 +5,4 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "monthly"