From 6c0f97c9aebe3df74a167afb87914f2ee52742a6 Mon Sep 17 00:00:00 2001 From: Nathan Glaser Date: Fri, 11 Oct 2024 12:31:08 -0500 Subject: [PATCH] Update dependabot schedule to monthly --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d46adeaf4..811d9c77a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,7 @@ updates: allow: - dependency-name: "moose" schedule: - interval: "weekly" - time: "01:45" + interval: "monthly" commit-message: prefix: "auto_update_moose" open-pull-requests-limit: 1 @@ -15,4 +14,4 @@ updates: - "Priority:1-Critical" reviewers: - "smpark7" - - "nglaser3" \ No newline at end of file + - "nglaser3"