From b240f6784d139b5ed6cf0c83c23ddf805cadccbd Mon Sep 17 00:00:00 2001 From: Pili Guerra <1311133+mpguerra@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:52:30 +0100 Subject: [PATCH] Run dependabot monthly This is the next possible interval after weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da2e1f1206a..6fa1f4ef67e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: '/' # serde, clap, and other dependencies sometimes have multiple updates in a week schedule: - interval: weekly + interval: monthly day: monday timezone: America/New_York # Limit dependabot to 1 PR per reviewer @@ -53,4 +53,4 @@ updates: groups: devops: patterns: - - "*" \ No newline at end of file + - "*"