From 3e2bc9df0e96ae68c84df67be262d9da8c27e1ce Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:06:40 +0100 Subject: [PATCH] config: remove renovate workflow --- .github/renovate.json | 5 ----- .github/workflows/renovate.yml | 18 ------------------ 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/renovate.yml diff --git a/.github/renovate.json b/.github/renovate.json index 1fcf4f5f6..2b4c6ceae 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "platform": "github", "extends": [ "config:recommended" ], @@ -17,9 +16,5 @@ "automerge": false, "baseBranches": [ "dev" - ], - "branchPrefix": "renovate/", - "repositories": [ - "homarr-labs/homarr" ] } \ No newline at end of file diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml deleted file mode 100644 index d9cd493b6..000000000 --- a/.github/workflows/renovate.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: 0 0 * * * - workflow_dispatch: {} - -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4.1.1 - - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.0.2 - with: - token: ${{ secrets.RENOVATE_TOKEN }} - configurationFile: '.github/renovate.json' \ No newline at end of file