From 287884436e451f12b064d35cd18e3450ee352aa7 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 21 Dec 2023 21:19:12 -0800 Subject: [PATCH] Add dependabot to watch GitHub Actions for updates * Update GitHub Workflows when GitHub Actions when they have new releases --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6d5c84cd..22c3f7e6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" - package-ecosystem: gomod directory: "/" schedule: