From 92877b669e6757e58a8b9e853d3970f2976297d5 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 12:15:17 -0400 Subject: [PATCH] fix: remove renovate, it doesn't support nix well --- .gitea/renovate.json | 9 --------- .gitea/workflows/renovate.yaml | 19 ------------------- .github/renovate.json | 9 --------- .github/workflows/renovate.yaml | 19 ------------------- 4 files changed, 56 deletions(-) delete mode 100644 .gitea/renovate.json delete mode 100644 .gitea/workflows/renovate.yaml delete mode 100644 .github/renovate.json delete mode 100644 .github/workflows/renovate.yaml diff --git a/.gitea/renovate.json b/.gitea/renovate.json deleted file mode 100644 index 65239fb..0000000 --- a/.gitea/renovate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": ["config:recommended"], - "repositories": ["trev/trevstack"], - "platform": "gitea", - "gitAuthor": "Renovate Bot ", - "nix": { - "enabled": true - } -} diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml deleted file mode 100644 index 7887b63..0000000 --- a/.gitea/workflows/renovate.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Renovate - uses: renovatebot/github-action@v42.0.1 - with: - configurationFile: .gitea/renovate.json - token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 523fd3e..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": ["config:recommended"], - "repositories": ["spotdemo4/trevstack"], - "platform": "github", - "gitAuthor": "Renovate Bot ", - "nix": { - "enabled": true - } -} diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml deleted file mode 100644 index 73943a1..0000000 --- a/.github/workflows/renovate.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Renovate - uses: renovatebot/github-action@v42.0.1 - with: - configurationFile: .github/renovate.json - token: ${{ secrets.RENOVATE_TOKEN }}