move back config file to repo root
All checks were successful
renovate / renovate (push) Successful in 18s

This commit is contained in:
Oliver Lippert 2024-01-21 12:22:15 +01:00
parent a3b9dad0a7
commit 3e3692a2c8
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 1 additions and 1 deletions

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$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
}