From 3cc6fe9d2b18b6d1c08be71b5d2b23b7fc4565b5 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Tue, 24 Mar 2026 12:09:11 +0000 Subject: [PATCH] Configure Dependabot to update GitHub Actions, too `actions/checkout` is outdated. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index daec31893..8332ef39f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"