From b77bce9c0217027929956d99e1158c6964314d65 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:17:33 -0600 Subject: [PATCH] Update interval --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7369d3d..60a1da0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: daily + interval: weekly assignees: - "fredclausen"