From 65725c4c1e17bc5d11f88f04296720f8ccff5f6f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 14 Jan 2023 17:25:06 +0900 Subject: [PATCH] Configure Dependabot for monthly notifications --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b06320..23a3bbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly"