Skip to content

Commit b8d6b8f

Browse files
committed
omit more contributors
1 parent 397e2bd commit b8d6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const shared = defineConfig({
7777
const newContributors = async () => {
7878
const contributors = await getAllContributorsRecursive("MMRLApp/MMRL");
7979

80-
const excludedContributors = ["DerGoogler", "dependabot[bot]"]
80+
const excludedContributors = ["DerGoogler", "dependabot[bot]", "weblate", "dependabot-preview[bot]"];
8181

8282
const contributorsExluded = contributors
8383
.filter((con) => !excludedContributors.includes(con.login))

0 commit comments

Comments
 (0)