From f33aa9c71b3d85d71e84ea3cd3df56fb7d2bf6fb Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Thu, 17 Oct 2024 22:32:46 +0800 Subject: [PATCH] Configure Dependabot for GitHub Actions Reference: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot Signed-off-by: Eng Zer Jun --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a00cd334..dd0799c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/frontend" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"