chore: using @korosuke613 renovate config #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dry-run Renovate | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- .github/workflows/renovate-dry-run.yaml | |
- renovate.json5 | |
permissions: | |
contents: read | |
jobs: | |
renovate-dry-run: | |
permissions: | |
contents: read # required by actions/checkout | |
pull-requests: read # required by renovate, because renovate to read pull request. | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cybozu/renovate-dry-run-action@v1 | |
with: | |
config-file: renovate.json5 | |
detail-summary: false |