From 95c70cf06c255491445fd415d8c502f57b5b0729 Mon Sep 17 00:00:00 2001 From: Shing Yuen <94164655+byshing@users.noreply.github.com> Date: Fri, 15 May 2026 13:07:47 +0800 Subject: [PATCH] Add Dependabot for weekly GitHub Actions SHA updates Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bce64c3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: "ci"