created renovate json
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s

This commit is contained in:
titanz 2025-01-14 12:10:23 +01:00
parent 7e2eabd842
commit 31879f8d2f
Signed by: titanz
GPG Key ID: EABC72179C71D4F5
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "gitea-actions"
directory: "/"
schedule:
interval: "daily"

9
.gitea/renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"extends": ["config:base"],
"packageRules": [
{
"managers": ["gitea-actions"],
"schedule": ["before 6am on every weekday"]
}
]
}