chore: update blacklist

This commit is contained in:
anuraghazra 2025-02-05 00:21:21 +05:30
parent a3cfe1b602
commit 7d311d5c65

View file

@ -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;