mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
config: remove renovate workflow
This commit is contained in:
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"platform": "github",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
@@ -17,9 +16,5 @@
|
||||
"automerge": false,
|
||||
"baseBranches": [
|
||||
"dev"
|
||||
],
|
||||
"branchPrefix": "renovate/",
|
||||
"repositories": [
|
||||
"homarr-labs/homarr"
|
||||
]
|
||||
}
|
||||
18
.github/workflows/renovate.yml
vendored
18
.github/workflows/renovate.yml
vendored
@@ -1,18 +0,0 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.0.2
|
||||
with:
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
configurationFile: '.github/renovate.json'
|
||||
Reference in New Issue
Block a user