From e7d270b34536dcfeee602a875f632aae4f97ea36 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 | 21 +++++++++++++++++++++ 1 file changed, 21 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..e2e470e4 --- /dev/null +++ b/.github/workflows/deps.yaml @@ -0,0 +1,21 @@ +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 + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}