Skip to content

Commit ff1cb17

Browse files
committed
Build: Update hydra-link-checker for tightened rate limits
1 parent e2f1f0e commit ff1cb17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build/hydra-config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
"2024-06: npmjs.com responds HTTP 429 Too Many Requests too easily",
55
"2024-07: element.io and gitter.im chat rooms render fine but oddly use HTTP 404",
66
"2025-01: github.com responds HTTP 429 Too Many Requests for the bulk of trivial links. We can probably keep a few other GitHub links.",
7+
"2025-10: github.com now responds HTTP 429 Too Many Requests even when only a handful.",
78
""
89
],
910
"exclude_scheme_prefixes": [
1011
"https://twitter.com/",
1112
"https://app.element.io/",
1213
"https://app.gitter.im/",
1314
"https://www.npmjs.com/package/",
14-
"https://github.com/qunitjs/qunit/issues/",
15-
"https://github.com/qunitjs/qunit/pull/",
16-
"https://github.com/qunitjs/qunit/blob/main/docs/_posts/"
15+
"https://npmjs.com/package/",
16+
"https://www.npmjs.com/search",
17+
"https://npmjs.com/search",
18+
"https://github.com/"
1719
]
1820
}

0 commit comments

Comments
 (0)