From 79521af5111e5b256f44eee09623728d1e707018 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 28 Sep 2024 16:31:23 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Docker=E7=89=88=E3=81=A7renovate.json?= =?UTF-8?q?5=E3=82=92=E8=AA=AD=E3=82=93=E3=81=A7=E3=81=BF=E3=82=8B"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 10ba5537c3a6a7c3f8771f53552051b482cf7522. --- .github/workflows/renovate.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml deleted file mode 100644 index 782dbfb6f..000000000 --- a/.github/workflows/renovate.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Renovate - -on: - push: - branches: - - chore-use-renovate-for-all-deps - workflow_dispatch: - -jobs: - renovate: - name: Renovate - runs-on: ubuntu-22.04 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Renovate - uses: renovatebot/github-action@v40.2.10 - with: - configurationFile: renovate.json5 - env: - RENOVATE_REPOSITORIES: ${{ github.repository }} - LOG_LEVEL: debug