Files
Inure/.imgbotconfig
2023-02-19 00:25:05 +05:30

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)
}