Skip to content

chore(deps): update actions/checkout action to v4 #4

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #4

name: Dry-run Renovate
on:
push:
paths:
- .github/workflows/dry-run-renovate.yaml
- renovate.json5
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config-file: renovate.json5