1{ 2 "ignorePatterns": [ 3 { 4 "pattern": "^https://crates.io/" 5 }, 6 { 7 "pattern": "^https://stackoverflow.com/" 8 }, 9 { 10 "pattern": "^https://marketplace.visualstudio.com/" 11 }, 12 { 13 "pattern": "^https://codspeed.io/pola-rs/polars$" 14 } 15 ], 16 "retryOn429": true 17} 18 19