Skip to content

cybozu/renovate-dry-run-action

Repository files navigation

renovate-dry-run-action

Dry-run Renovate and print logs for GitHub Actions.

Usage

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.
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: cybozu/renovate-dry-run-action@v1
        with:
          config-file: renovate.json

Release

  1. Open Tagging and Release action page.
  2. Click Run workflow.
  3. Input version.
  4. Click Run workflow.