pipeline-test-dependencies/renovate.json
Oliver Lippert 3e3692a2c8
All checks were successful
renovate / renovate (push) Successful in 18s
move back config file to repo root
2024-01-21 12:22:15 +01:00

14 lines
420 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
],
"platform": "gitea",
"automerge": false,
"semanticCommits": "enabled",
"semanticCommitType": "build",
"semanticCommitScope": "deps",
"dependencyDashboard": false,
"prHourlyLimit": 0
}