Skip to content

Commit 9dfd9a6

Browse files
fix: Update Dependabot configuration and adjust README fetch caching
1 parent c7e8a19 commit 9dfd9a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ updates:
4141
time: "18:00"
4242
timezone: "Etc/UTC"
4343
open-pull-requests-limit: 5
44-
# 'reviewers' is not a valid property in Dependabot config; removed
4544
labels:
4645
- "github-actions"
4746
- "auto-merge"

readme-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ <h4 id="prefReadTitle">Reading</h4>
16801680
};
16811681

16821682
try {
1683-
const localResponse = await fetchWithTimeout('./README.md');
1683+
const localResponse = await fetchWithTimeout('./README.md', { cache: 'no-store' });
16841684
if (localResponse.ok) {
16851685
const localMarkdown = await localResponse.text();
16861686
if (!isUsableReadme(localMarkdown)) {

0 commit comments

Comments
 (0)