From 79531ea81b96470b1d2e9a07c22eca1702b717b9 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Sun, 26 Nov 2023 10:58:41 +0800 Subject: [PATCH] Add renovatebot Signed-off-by: Chenxiong Qi --- .github/workflows/deps.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/deps.yaml diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml new file mode 100644 index 00000000..afb91da1 --- /dev/null +++ b/.github/workflows/deps.yaml @@ -0,0 +1,25 @@ +name: Renovate + +on: + push: + branches: + - develop + - main + pull_request: + branches: + - develop + +jobs: + linters: + name: Run renovate check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Renovate Bot GitHub Action + uses: renovatebot/github-action@v39.1.3 + with: + renovate-version: 37.68.3 + token: ${{ secrets.RENOVATE_TOKEN }} + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + LOG_LEVEL: 'debug'