From 4085f18c921697c845f5a8fa24dbcffdcd018eda Mon Sep 17 00:00:00 2001 From: buke Date: Tue, 9 Jun 2026 20:54:21 +0800 Subject: [PATCH] chore(ci): add dependabot configuration for GitHub Actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5b4df3a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(ci)" + labels: + - "dependencies" + - "ci"