fix: remove renovate, it doesn't support nix well
All checks were successful
Check / check (push) Successful in 51s

This commit is contained in:
2025-05-14 12:15:17 -04:00
parent 10168843e1
commit 92877b669e
4 changed files with 0 additions and 56 deletions

View File

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