From 176d78d57409f89780c18c63db06ecafa833fe61 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 22 Oct 2024 13:48:52 +0900 Subject: [PATCH] Keep actions up to date using Dependabot Let's update `.github/workflows/*.yaml` using Dependabot. See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot for more information! --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62d0afa..4e29fc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "daily" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"