From 61a6a4c494dd9a099c9c29010dc61464c5bd2d3e Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sun, 31 Aug 2025 15:36:00 +0900 Subject: [PATCH] dependabot: allow actions writes --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 4cde1d43..3b46dc59 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,6 +4,7 @@ on: pull_request permissions: contents: write pull-requests: write + actions: write jobs: dependabot: