From 09a924472132dfed39c0259f898afaa1348bc874 Mon Sep 17 00:00:00 2001 From: BukeLy Date: Thu, 23 Apr 2026 23:51:57 +0800 Subject: [PATCH] Add Dependabot config for GitHub Actions updates Weekly scan to open PRs upgrading third-party actions used in CI. pip dependencies remain pinned and are covered by Dependabot security updates separately. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..871c592 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: + - dependencies + - github-actions