Compare commits

..

2 commits

Author SHA1 Message Date
57b85c8f64
chore(deps): lock file maintenance 2025-03-09 12:40:20 +01:00
8cbf906542
ci: validate renovaterc
Ensure renovate runs properly on each PR. Also turn on best-practices.
2025-03-09 12:27:05 +01:00
2 changed files with 9 additions and 1 deletions
.forgejo/workflows
.renovaterc.json

View file

@ -19,6 +19,14 @@ jobs:
nix --version
# shellcheck disable=SC2016
nix build --print-build-logs '.#checks.x86_64-linux.${{ matrix.check }}'
check-renovaterc:
runs-on: nixos
steps:
- uses: "https://git.salame.cl/actions/checkout@v4"
- name: Validate renovaterc.json
run: |
nix --version
nix shell nixpkgs#renovate --command renovate-config-validator
build:
runs-on: nixos
needs: check

View file

@ -10,7 +10,7 @@
"dependencyDashboard": true,
"prCreation": "immediate",
"extends": [
"config:recommended"
"config:best-practices"
],
"nix": {
"fileMatch": [