github.com/thanos-io/thanos@v0.32.5/.mdox.validate.yaml (about) 1 version: 1 2 timeout: '1m' 3 host_max_conns: 10 4 cache: 5 type: 'SQLite' 6 # # 60h is 2.5 days, half the default cache validity (5 days). 7 jitter: '60h' 8 9 validators: 10 # Validators to skip checking PR/issue links of Thanos, Prometheus and Cortex. 11 - regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)thanos-io\/thanos(\/pull\/|\/issues\/)' 12 type: 'githubPullsIssues' 13 - regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)prometheus\/prometheus(\/pull\/|\/issues\/)' 14 type: 'githubPullsIssues' 15 - regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)cortexproject\/cortex(\/pull\/|\/issues\/)' 16 type: 'githubPullsIssues' 17 # Ignore Thanos release links. 18 - regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)thanos-io\/thanos(\/releases\/)' 19 type: 'ignore' 20 # Causes http stream errors with statuscode 0 sometimes. But is safe to skip. 21 - regex: 'slack\.cncf\.io' 22 type: 'ignore' 23 # 301 errors even when curl-ed. 24 - regex: 'envoyproxy\.io' 25 type: 'ignore' 26 # couldn't reach even when curl-ed. 27 - regex: 'cloud\.baidu\.com' 28 type: 'ignore' 29 # 403 when curl-ed from GitHub actions, though not from a developer machine. Likely due to secondary rate limits. 30 - regex: 'docs\.github\.com' 31 type: 'ignore' 32 # 403 when requested my mdox in GH actions. 33 - regex: 'nginx\.com' 34 type: 'ignore'