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