config: remove renovate workflow

This commit is contained in:
Manuel
2024-02-03 22:06:40 +01:00
parent c736f17f14
commit 3e2bc9df0e
2 changed files with 0 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
@@ -17,9 +16,5 @@
"automerge": false, "automerge": false,
"baseBranches": [ "baseBranches": [
"dev" "dev"
],
"branchPrefix": "renovate/",
"repositories": [
"homarr-labs/homarr"
] ]
} }

View File

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