From 1c755e4d1f6fca352c856e63a74915f67f90c955 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 22 Jan 2023 18:02:54 -0700 Subject: [PATCH] Check dependencies monthly Weekly is more frequent than necessary. The plugin archetype recommends monthly. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d64ea5..8a24324 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly"