ci: validate renovaterc

Also use config:best-practices
This commit is contained in:
Jalil David Salamé Messina 2025-03-09 12:37:16 +01:00
parent c71a8b418c
commit 840f16727b
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 9 additions and 1 deletions
.forgejo/workflows
.renovaterc.json

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-validate-config
build:
runs-on: nixos
steps:

View file

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