From 5031f283d21e7db2cbf08727989abb8580b05cd2 Mon Sep 17 00:00:00 2001 From: wwuck Date: Wed, 12 Jan 2022 11:09:21 +1100 Subject: [PATCH] Change dependabot to weekly schedule --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff34f6..ec9a82c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" - # Check for updates once a day + # Check for updates once a week schedule: - interval: "daily" + interval: "weekly"