From 53677c08b072fd7ad2e04ae98b70635d30f0ec87 Mon Sep 17 00:00:00 2001 From: Brian Dwyer Date: Wed, 2 Mar 2022 12:46:52 -0500 Subject: [PATCH] Check GitHub Actions via dependabot --- .github/dependabot.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cfc6e5..225ca70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: weekly - time: "08:00" - timezone: America/New_York - open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: '/' + schedule: + interval: weekly + time: '08:00' + timezone: America/New_York + open-pull-requests-limit: 10 + + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: monthly + time: '08:00' + timezone: America/New_York