Sanitized mirror from private repository - 2026-03-02 21:17:14 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 9s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-03-02 21:17:14 +00:00
commit a31121a394
1159 changed files with 300545 additions and 0 deletions

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePaths": ["archive/**"],
"packageRules": [
{
"matchManagers": ["docker-compose"],
"automerge": false,
"labels": ["renovate", "dependencies"]
}
],
"gitAuthor": "Renovate Bot <renovate@vish.gg>"
}