From 3c32d9a251cf5242835ba894dea63be586c33230 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 27 Mar 2024 10:05:06 +0100 Subject: [PATCH] Delete .github/workflows/renovatebot.yml - don't need because we use the github app --- .github/workflows/renovatebot.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/renovatebot.yml diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml deleted file mode 100644 index 77ce572..0000000 --- a/.github/workflows/renovatebot.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Renovate - check for dependency updates -on: - schedule: - # The "*" (#42, asterisk) character has special semantics in YAML, so this - # string has to be quoted. - - cron: '1 * * * *' -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.1 - with: - token: ${{ secrets.RENOVATE_TOKEN }} - configurationFile: .github/config.js