Skip to content

Commit 706b545

Browse files
committed
chore(renovate): enable the pre-commit manager, pin validator at v1.36.0
The pre-commit config header promises that Renovate bumps the pinned hook revs automatically; the pre-commit manager is opt-in and was never enabled, so the pin stayed where scaffolding left it while CI validates against skill-repo-skill main. Enables the manager and pins the validator hooks at v1.36.0, matching what CI enforces today. Part of netresearch/skill-repo-skill#252. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_01C7S9rbgu5giqCwnzwafrHA Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent c95eb6c commit 706b545

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: [--allow-multiple-documents]
2828

2929
- repo: https://github.com/netresearch/skill-repo-skill
30-
rev: v1.22.0
30+
rev: v1.36.0
3131
hooks:
3232
- id: validate-skill
3333
- id: check-version-parity

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
"pre-commit": {
7+
"enabled": true
8+
}
69
}

0 commit comments

Comments
 (0)