fix: remove renovate, it doesn't support nix well
All checks were successful
Check / check (push) Successful in 51s
All checks were successful
Check / check (push) Successful in 51s
This commit is contained in:
19
.github/workflows/renovate.yaml
vendored
19
.github/workflows/renovate.yaml
vendored
@ -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 }}
|
Reference in New Issue
Block a user