mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-07-29 19:55:21 -04:00
- 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.
5 lines
160 B
JSON
5 lines
160 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":configMigration", "helpers:pinGitHubActionDigests"]
|
|
}
|