github.com/google/trillian-examples@v0.0.0-20240520080811-0d40d35cef0e/.github/workflows/link_checker_config.json (about)

     1  {
     2    "ignorePatterns": [
     3  	  "^http://localhost"
     4    ],
     5    "replacementPatterns": [
     6      {
     7        "pattern": "^/",
     8        "replacement": "{{BASEURL}}/"
     9      }
    10    ],
    11   "timeout": "20s",
    12    "retryOn429": true,
    13    "retryCount": 5,
    14    "fallbackRetryDelay": "30s"
    15  }