From 832850e767b3e764f42186586cd50f66b70068a9 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 13 Nov 2024 10:20:20 -0500 Subject: [PATCH] chore: update github actions weekly --- .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"