From 9abfdd3a1cdde15b8b416c8af5b4f2f5ebc1c190 Mon Sep 17 00:00:00 2001 From: Mark Waite <mark.earl.waite@gmail.com> Date: Mon, 2 Jan 2023 16:36:18 -0700 Subject: [PATCH] Check dependencies monthly Match the plugin archetype, monthly is often enough --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc74..df970f99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"