From c67c966e3a829655242c190f03ba97e56cc5e6fb Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Fri, 7 Jun 2024 17:28:42 +0800 Subject: [PATCH] Remove useless renovate GH action Signed-off-by: Chenxiong Qi --- .github/workflows/deps.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/deps.yaml diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml deleted file mode 100644 index 03fa4fde..00000000 --- a/.github/workflows/deps.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: '50 14 * * *' - -jobs: - linters: - name: Run renovate check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: renovatebot/github-action@v39.1.3 - with: - renovate-version: 37.68.3 - token: ${{ secrets.RENOVATE_TOKEN }}