From 6ae1905a238c8c6842499b008ea4b5fbad5fb98a Mon Sep 17 00:00:00 2001 From: takanakahiko Date: Tue, 7 Apr 2026 11:13:38 +0900 Subject: [PATCH] Delete .github/workflows/auto-merge-depandabot.yml --- .github/workflows/auto-merge-depandabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/auto-merge-depandabot.yml diff --git a/.github/workflows/auto-merge-depandabot.yml b/.github/workflows/auto-merge-depandabot.yml deleted file mode 100644 index d872286..0000000 --- a/.github/workflows/auto-merge-depandabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: auto-merge - -on: - pull_request: - -jobs: - auto-merge-dependabot: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2.6.6 - with: - target: minor - github-token: ${{ secrets.GITHUB_TOKEN }}