From 39c0c6f082e6666c59806530021a36f44d80716f Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 6 Mar 2026 16:49:46 +0900 Subject: [PATCH] ci: add dependabot.yml to update GitHub actions regularly Even though Dependabot was enabled by default, it does not update it to up-to-date. Control "Dependabot version update" explicitly. Signed-off-by: Kentaro Hayashi --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bc63aca --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly'