diff --git a/src/common/blacklist.js b/src/common/blacklist.js index 752ef94..c363a07 100644 --- a/src/common/blacklist.js +++ b/src/common/blacklist.js @@ -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;