chore: overhaul renovate preset config, docs, and tooling

- Switch schema to renovate-global-schema.json
- Remove redundant/deprecated settings and presets
- Add Makefile custom manager for tool version tracking
- Add package groups: illuminate, semantic-release, stylelint,
  tailwind, vite, vue, development tools
- Add check-jsonschema pre-commit hook
- Add .gitignore and CLAUDE.md
- Rewrite README with comprehensive preset documentation
This commit is contained in:
2026-03-07 20:03:31 +02:00
parent f06decb65f
commit d76f1d3d49
5 changed files with 291 additions and 58 deletions

View File

@@ -16,8 +16,18 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.58.0
rev: 43.59.2
hooks:
- id: renovate-config-validator
files: default.json
args: [--strict]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.0
hooks:
- id: check-jsonschema
name: check-renovate-preset
files: default.json
args:
- --schemafile
- https://docs.renovatebot.com/renovate-global-schema.json