chore: change dependabot interval & removed names

This commit is contained in:
Rim 2024-05-15 15:15:35 -04:00
parent 927e9853bf
commit 57cfb20b1e
2 changed files with 2 additions and 33 deletions

View File

@ -3,5 +3,5 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10

View File

@ -15,14 +15,10 @@ void getbots_command::handle_command(const network::address& target, const std::
"6arelyhuman",
"aerosoul",
"All Night",
"Another World",
"Ash",
"asmjit",
"avail",
"Barack Obama",
"barbie slut",
"Barbie Whore",
"Berlusconi",
"Bimbo Suicide",
"bimbo",
"Blow Up!",
@ -35,7 +31,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"Chicago",
"clang",
"Cressi",
"Cypress",
"DANCE! Till We Die",
"David Guetta",
"Death city",
@ -49,14 +44,11 @@ void getbots_command::handle_command(const network::address& target, const std::
"Do U",
"Don't Like Anybody",
"don't touch my hair",
"Donald Trump",
"drama queenz",
"Dsso",
"Eagle's Nest",
"Eat Me",
"Eldor",
"Evan",
"Eve",
"Eyelashes on",
"feeling nothing",
"Flex190",
@ -67,35 +59,27 @@ void getbots_command::handle_command(const network::address& target, const std::
"FutureRave",
"Ginnie Springs",
"Girl",
"GMFU",
"Go Crazy",
"gsc-tool",
"H3X1C",
"Hands up!",
"Helium",
"Hey Dj",
"Higher",
"Hinder",
"homura",
"Horizon - SCR",
"Hypocrite",
"INeedBots",
"INeedGames",
"Infamous",
"Inferno",
"InfinityScript",
"Jack Back",
"Jebus3211",
"JetFins",
"JezuzLizard",
"Jimbo",
"Joe Biden",
"Joel",
"JTAG",
"King Crimson",
"KiraFoxAF",
"KonaFuzzButt",
"Kordhell",
"Laupetin",
"Level Up!",
"Lifeline",
@ -106,7 +90,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"Loudward",
"Louvenarde",
"Mares",
"Mattarella",
"momo5502",
"Montreal",
"MSVC",
@ -119,38 +102,27 @@ void getbots_command::handle_command(const network::address& target, const std::
"Non-binary Jesus",
"OneFourOne",
"OpenAssetTools",
"Parking Lot",
"PeterG",
"pgriffin69x",
"Poker Face",
"Portobello",
"Portofino",
"PottyMouth",
"quaK",
"RaidMax",
"ramzi1337hak0r",
"rapidjson",
"Read Sea",
"RektInator",
"Resxt",
"rEvoRebreather",
"RezTech",
"Roxie",
"Santi Diving",
"Sass",
"saysupshelly",
"Scarlxrd",
"scene high",
"SCUBAPRO",
"Serious",
"Sestriere",
"Slay Everyday",
"Sloth",
"SLUT SZN",
"Slykuiper",
"Snake",
"Sparky",
"Squirrel",
"st0rm",
"Stalk Me",
"StarBerry",
@ -158,11 +130,9 @@ void getbots_command::handle_command(const network::address& target, const std::
"Trimix",
"turn it up",
"TwinLeaf",
"Ubuntu",
"ur my heroin",
"Ur Vampire",
"Valkyrie",
"Violence",
"Vore",
"Wanted",
"Wattson",
@ -170,7 +140,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"X Party",
"xensik",
"XOXO (Kisses Hugs)",
"xoxor4d",
"XXXTENSIONS",
"You & Me",
"Yummy",
@ -186,4 +155,4 @@ void getbots_command::handle_command(const network::address& target, const std::
this->get_server().send(target, "getbotsResponse", stream.str());
console::log("Sent bot names: %s", target.to_string().data());
}
}