diff --git a/triagebot.toml b/triagebot.toml index f99d700310dfe..0ffaff311e66b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1598,7 +1598,9 @@ dep-bumps = [ "/compiler/rustc_type_ir" = ["compiler", "types"] "/compiler/rustc_public" = ["project-stable-mir"] "/library/alloc" = ["libs"] +"/library/alloctests" = ["libs"] "/library/core" = ["libs", "@scottmcm"] +"/library/coretests" = ["libs"] "/library/panic_abort" = ["libs"] "/library/panic_unwind" = ["libs"] "/library/proc_macro" = ["@petrochenkov"]