From 737e734c8414345ab6a0f81f24637f43d625cd4d Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 17 Jan 2025 09:17:44 -0800 Subject: [PATCH] Add dependabot configuration for updating GitHub Actions (#1559) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4d9069d..eb7350e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,8 @@ updates: interval: "daily" commit-message: prefix: "[dependabot]" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday"