From fa0a25cf559c9724d5dc6e154fec296cae984d13 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 13 Nov 2024 10:25:44 -0500 Subject: [PATCH] chore: update github actions weekly (#178) Co-authored-by: Dustin Ingram --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29..9ab5d17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"