Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

10 lines
328 B
JSON

{
"schedule": "monthly", // daily|weekly|monthly
"ignoredFiles": [
"app/src/main/*", // ignore by folderpath
],
"aggressiveCompression": "false", // true|false
"compressWiki": "true", // true|false
"minKBReduced": 500, // delay new prs until size reduction meets this threshold (default to 10)
}