QubesOS-Scripts/.gitea/renovate.json
titanz 31879f8d2f
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s
created renovate json
2025-01-14 12:10:23 +01:00

10 lines
157 B
JSON

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