mirror of
https://github.com/Hamza417/Inure.git
synced 2025-05-17 02:55:57 +08:00
10 lines
328 B
JSON
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)
|
|
}
|