From 397a798121d648e6795aae8442bdc2b947959c9c Mon Sep 17 00:00:00 2001 From: Michael Woods Date: Tue, 24 Jan 2023 21:30:19 -0500 Subject: [PATCH] Move to monthly dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88bf616..1f0e04b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly"