chore(ci): use renovate

This commit is contained in:
Lukasz Mierzwa
2026-02-18 10:38:27 +00:00
committed by Łukasz Mierzwa
parent 3f552cc406
commit 809d9f0b47
3 changed files with 53 additions and 62 deletions

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

@@ -0,0 +1,20 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * 1"
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Run Renovate
uses: renovatebot/github-action@v42.0.2
with:
configurationFile: renovate.json
token: ${{ secrets.GH_REPO_TOKEN }}