fleet/.github/workflows/markdown-link-check-config.json
Mike Thomas 1c71d397a4
Update z-new-teammate-onboarding.md (#312)
Added Github links for public and confidential issues to the onboarding process doc.
2021-02-16 17:32:51 -08:00

32 lines
703 B
JSON

{
"ignorePatterns": [
{
"pattern": "localhost"
},
{
"pattern": "osquery.io/downloads"
},
{
"pattern": "fleet.acme.org"
},
{
"pattern": "fleet.corp.example.com"
},
{
"pattern": "hello@fleetdm.com"
},
{
"pattern": "/server/datastore/mysql/migrations/"
},
{
"pattern": "linkedin.com/company/fleetdm"
},
{
"pattern": "github.com/fleetdm/confidential"
}
],
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "2s",
"aliveStatusCodes": [200, 206, 999]
}