nix-flake-outputs-size/.forgejo/workflows/renovate.yml
Jalil David Salamé Messina dfc3c31e70
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Successful in 2s
ci: only run the renovate config check if the config changes
Otherwise it's just wasting time.
2025-05-13 21:30:15 +02:00

14 lines
401 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
- name: Validate renovaterc.json
run: |
nix --version
nix shell nixpkgs#renovate --command renovate-config-validator