https://github.com/cybozu/renovate-dry-run-action
Dry run Renovate for GitHub Actions
https://github.com/cybozu/renovate-dry-run-action
github-action renovate
Last synced: about 2 months ago
JSON representation
Dry run Renovate for GitHub Actions
- Host: GitHub
- URL: https://github.com/cybozu/renovate-dry-run-action
- Owner: cybozu
- License: apache-2.0
- Created: 2023-01-10T10:01:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:13:38.000Z (about 1 year ago)
- Last Synced: 2025-03-07T01:51:21.622Z (7 months ago)
- Topics: github-action, renovate
- Homepage:
- Size: 640 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renovate-dry-run-action
Dry-run Renovate and print logs for GitHub Actions.
## Usage
See [action.yaml](action.yaml)
```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
```## Release
1. Open [Tagging and Release action page](https://github.com/korosuke613/renovate-dry-run-action/actions/workflows/release.yaml).
2. Click `Run workflow`.
3. Input version.
4. Click `Run workflow`.
5. Open Releases page.
6. Amend draft release.
7. Uncheck `Set as a pre-release`.
8. Click `Update release`.