From 10ba5537c3a6a7c3f8771f53552051b482cf7522 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 28 Sep 2024 16:03:30 +0900 Subject: [PATCH] =?UTF-8?q?Docker=E7=89=88=E3=81=A7renovate.json5=E3=82=92?= =?UTF-8?q?=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 --- .github/workflows/renovate.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 000000000..782dbfb6f --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,24 @@ +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