configuration.nix/.forgejo/workflows/renovate.yml
Jalil David Salamé Messina 46a36b1001
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ check (push) Successful in 8s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 3s
/ report-size (push) Successful in 3s
ci: only run check-renovaterc when the renovaterc changes
Otherwise we are just wasting CI time
2025-05-16 19:11:31 +02:00

14 lines
402 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.json
run: |
nix shell nixpkgs#renovate --command renovate-config-validator