Delete .github/workflows/renovate.yml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-11-18 18:18:29 +01:00
committed by GitHub
parent 8fabfd3e76
commit 3b2a694ba8
-20
View File
@@ -1,20 +0,0 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */1 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@9c2e6e7dc5340821aa2c82094e7326895c94a435 # v39.1.3
env:
RENOVATE_PR_HOURLY_LIMIT: 100
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}