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

View File

@@ -1,12 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly

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