From 7fcbfd7bc0821d4d4601d698447f8cc958caf5c1 Mon Sep 17 00:00:00 2001 From: moreal Date: Tue, 12 Nov 2024 08:17:33 +0900 Subject: [PATCH] chore: update dependabot configuration to bump GitHub Actions automatically --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc18f0082..7fbd6baa4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"