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:
parent
10168843e1
commit
92877b669e
@ -1,9 +0,0 @@
|
||||
{
|
||||
"extends": ["config:recommended"],
|
||||
"repositories": ["trev/trevstack"],
|
||||
"platform": "gitea",
|
||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
||||
"nix": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
@ -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 }}
|
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
@ -1,9 +0,0 @@
|
||||
{
|
||||
"extends": ["config:recommended"],
|
||||
"repositories": ["spotdemo4/trevstack"],
|
||||
"platform": "github",
|
||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
||||
"nix": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
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 }}
|
Loading…
x
Reference in New Issue
Block a user