webnsupdate/.forgejo/workflows/renovate.yml
Jalil David Salamé Messina 9321ea5602
All checks were successful
/ build (push) Successful in 2s
/ test (push) Successful in 12s
/ report-size (push) Successful in 9s
ci: split up check-renovaterc
This allows us to only run it on changes instead of always.
2025-05-15 21:29:20 +02:00

14 lines
397 B
YAML

on:
push:
paths:
# only run if the renovate config changed
- renovate.json
jobs:
check-renovaterc:
runs-on: nixos
steps:
- uses: https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: nix --version
- name: Validate renovaterc
run: |
nix shell nixpkgs#renovate --command renovate-config-validator