ci: validate renovaterc
Also use config:best-practices
This commit is contained in:
parent
632250d544
commit
881983dd6c
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
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:
|
build:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"commitBodyTable": true,
|
"commitBodyTable": true,
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:best-practices"
|
||||||
],
|
],
|
||||||
"prCreation": "immediate",
|
"prCreation": "immediate",
|
||||||
"cargo": {
|
"cargo": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue