From 9b5a944db56232d93891c61e1b86a408b791f225 Mon Sep 17 00:00:00 2001 From: Abe Tomoaki Date: Sun, 30 Aug 2026 14:46:58 +0900 Subject: [PATCH] ci: add Dependabot config --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"