ci: validate renovaterc #141

Merged
jalil merged 1 commit from push-usoyvzuszvln into main 2025-03-09 21:42:07 +01:00
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
on: [push]
jobs:
check-renovaterc:
runs-on: nixos
steps:
- uses: https://git.salame.cl/actions/checkout@v4
- name: Validate renovaterc
run: |
nix --version
nix shell nixpkgs#renovate --command renovate-config-validator
build:
runs-on: nixos
steps:

View file

@ -9,7 +9,7 @@
"commitBodyTable": true,
"dependencyDashboard": true,
"extends": [
"config:recommended"
"config:best-practices"
],
"prCreation": "immediate",
"cargo": {