Update renovate.json

This commit is contained in:
bizcochito 2025-01-03 08:09:40 +00:00
parent edfa1f7b24
commit 4a0b8ca6c7
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
} "extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
"rangeStrategy": "pin"
}