From 7dfd664a946c476191581cf989c1df5f411e3773 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Mon, 15 Aug 2022 17:39:23 -0400 Subject: [PATCH] CHORE: Decrease the dependabot docker frequency (#1714) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a0e100df..3749f99e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,4 +28,4 @@ updates: - package-ecosystem: "docker" directory: / schedule: - interval: "daily" + interval: "monthly"