chore: initial sanitized public snapshot

This commit is contained in:
Aria2 Rust Pro Contributors
2026-07-18 14:04:26 +08:00
commit 7b3816441c
320 changed files with 76813 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"baseBranches": ["main"],
"labels": ["dependencies"],
"prConcurrentLimit": 3,
"prHourlyLimit": 1,
"rebaseWhen": "conflicted",
"packageRules": [
{
"description": "Automerge patch updates only after CI succeeds",
"matchUpdateTypes": ["patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": false,
"ignoreTests": false
},
{
"description": "Minor and major updates always require review",
"matchUpdateTypes": ["minor", "major"],
"automerge": false
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": false,
"schedule": ["before 4am on the first day of the month"]
}
}