Files
KamishiroUPM/.github/workflows/renovate.yaml
AoiKamishiro f78fbbef97
All checks were successful
Release / build (push) Successful in 35s
renovate / renovate (push) Successful in 37s
chor: Renovate対応
2026-02-05 00:19:29 +09:00

21 lines
397 B
YAML

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 }}