Files
hugo-extended/renovate.json
jake ec1f9d7272 chore: update CI workflows and configuration files
- Removed optional dependency installation commands from README.md for clarity.
- Updated renovate.json to extend additional configurations for GitHub Action digests.
- Simplified vitest.config.ts by consolidating comments and maintaining coverage settings.
- Adjusted Node.js version specifications in GitHub Actions workflows to use integers instead of strings and added `persist-credentials: false` for security.
2026-06-21 16:16:23 -04:00

5 lines
160 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":configMigration", "helpers:pinGitHubActionDigests"]
}