chore: Uptade renovate.json
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m20s Details

This commit is contained in:
bizcochito 2025-01-12 13:28:20 +00:00
parent cffc5e04e0
commit 22e2dd92e6
1 changed files with 2 additions and 1 deletions

View File

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