From b50dc9969f2e66f421e0cc80b8832c6d95b6f23d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 18 May 2025 20:13:33 -0500 Subject: [PATCH] add github actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e428d6..f675355 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' - package-ecosystem: gomod directory: / schedule: