Skip to content

Commit

Permalink
Docker版でrenovate.json5を読んでみる
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 28, 2024
1 parent cf101d9 commit 10ba553
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Renovate

on:
push:
branches:
- chore-use-renovate-for-all-deps
workflow_dispatch:

jobs:
renovate:
name: Renovate
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json5
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: debug

0 comments on commit 10ba553

Please sign in to comment.