Dry-run Renovate and print logs for GitHub Actions.
See action.yaml
jobs:
renovate-dry-run:
permissions:
contents: read # required by actions/checkout
pull-requests: read # required by renovate, because renovate to read pull request.
issues: read # required by renovate, because renovate to read issues.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cybozu/renovate-dry-run-action@v2
with:
config-file: renovate.json- Open Tagging and Release action page.
- Click
Run workflow. - Input version.
- Click
Run workflow. - Open Releases page.
- Amend draft release.
- Uncheck
Set as a pre-release. - Click
Update release.
