Skip to content

Commit 4087707

Browse files
committed
Add just check-renovate-config recipe
1 parent c2efa83 commit 4087707

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ check-lockfile:
106106
rc=0
107107
uv lock --check
108108
109+
check-renovate-config:
110+
npx --yes --package renovate -- renovate-config-validator
111+
109112
# Fix formatting, import sort ordering, and justfile
110113
fix:
111114
-uv run ruff check --fix .

0 commit comments

Comments
 (0)