renovate/.forgejo/workflows/renovate.yaml
renovate ee8182f461
Some checks failed
build / lint (push) Failing after 17s
build / run (push) Has been skipped
fix syntax
2025-05-25 14:56:41 +00:00

29 lines
No EOL
538 B
YAML

name: build
on:
push:
jobs:
lint:
runs-on: docker
image:
name: ghcr.io/renovatebot/renovate:40.30.2
steps:
- uses: actions/checkout@latest
with:
show-progress: false
- run: |
- renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
run:
needs:
- lint
runs-on: docker
steps:
- uses: actions/checkout@latest
with:
show-progress: false
fetch-depth: 0
- run: |
- renovate $RENOVATE_EXTRA_FLAGS