testing out renovatebot

This commit is contained in:
xSquishyLiam
2025-10-16 18:33:53 +01:00
parent 74432c2800
commit c5a34f1690
3 changed files with 62 additions and 152 deletions

22
.github/workflows/renovate.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Renovate
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.17
env:
RENOVATE_TOKEN: ${{secrets.GITHUB_TOKEN}}