From cc1d44ee3e8f1c467aae293c9348fd8908d89380 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:37:15 +0800 Subject: [PATCH] build(gh-actions): enable `dependabot` to scan the starter workflow --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a51f37eb0..c294dc643 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,8 @@ updates: schedule: interval: "weekly" - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/.github/workflows/**" groups: gh-actions: update-types: