From 830b361e21a3796ed87b07debad0356ab6bd12ef Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 7 Apr 2023 19:47:21 +0200 Subject: [PATCH] Only check on a monthly basis for Java updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46a3740..1de0061 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: - package-ecosystem: maven directory: "/deploy/aws/java11Exec" schedule: - interval: daily + interval: monthly time: "03:00" timezone: UTC labels: