From 9417df17d5c83f8b2685d9d8d1ef472511a1fb08 Mon Sep 17 00:00:00 2001 From: Connor Kuehl Date: Fri, 7 Feb 2025 10:56:53 -0800 Subject: [PATCH] ci: manage Action versions with dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1b219b..c507d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"