Skip to content

Auto-merge patch level dependencies in component renovate config #125

Auto-merge patch level dependencies in component renovate config

Auto-merge patch level dependencies in component renovate config #125

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 }}