From 71cd791b2f02b4cc8912df827e74d554ff62f7a5 Mon Sep 17 00:00:00 2001 From: Dave G Date: Wed, 25 May 2022 09:18:07 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85b8ba4..3175b34 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,11 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: "/" + schedule: + interval: weekly + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily