chor: Renovate対応
All checks were successful
Release / build (push) Successful in 35s
renovate / renovate (push) Successful in 37s

This commit is contained in:
2026-02-05 00:19:29 +09:00
parent 5da022b617
commit f78fbbef97
3 changed files with 55 additions and 12 deletions

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

@@ -0,0 +1,20 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_CONFIG: ${{ vars.RENOVATE_CONFIG }}