Skip to content

Commit

Permalink
chore: update blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Feb 4, 2025
1 parent a3cfe1b commit 7d311d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/common/blacklist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const blacklist = ["renovate-bot", "technote-space", "sw-yx"];
const blacklist = [
"renovate-bot",
"technote-space",
"sw-yx",
"YourUsername",
"[YourUsername]",
];

export { blacklist };
export default blacklist;

0 comments on commit 7d311d5

Please sign in to comment.