Skip to content

Enable Renovate option separateMinorPatch for the component template #96

Enable Renovate option separateMinorPatch for the component template

Enable Renovate option separateMinorPatch for the component template #96

Workflow file for this run

name: Sync (dry-run)
on:
pull_request: {}
jobs:
sync_dry_run:
uses: ./.github/workflows/sync_base.yaml
with:
sync_args: '--dry-run'
secrets:
gh_token: ${{ secrets.COMMODORE_GITHUB_TOKEN }}
ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}