From e54cc741dd4df847758d188e26a41ac6fc419029 Mon Sep 17 00:00:00 2001 From: scaramallion Date: Mon, 9 Oct 2023 10:17:47 +1100 Subject: [PATCH] Change dependabot frequency to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7daab2703..47f537822 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + # Check for updates to GitHub Actions every month + interval: "monthly"