From c00e1fab02892b5a775b8cbaef575a439938dd0a Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:15:33 +0900 Subject: [PATCH] ci: add depndabot.yaml to update github-actions --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..00aea0a7 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +# ref: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" # Check for updates to GitHub Actions every week