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