From e99439ef339e79c5e774e7e5dcc8c67e9aef1cd3 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Thu, 28 Nov 2024 14:29:42 -0500 Subject: [PATCH] chore: remove renovate workflow --- .github/workflows/renovate.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/renovate.yaml diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml deleted file mode 100644 index 094e56a..0000000 --- a/.github/workflows/renovate.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: "0 0 * * MON" - -jobs: - renovate: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.3 - with: - token: ${{ secrets.RENOVATE_PATH }} - configurationFile: renovate.json - env: - RENOVATE_REPOSITORIES: ${{ github.repository }} - LOG_LEVEL: info - RENOVATE_ONBOARDING: false