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 }}