From b380c44b6b2c6e829d72dadc86bbdaa52c20f380 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 2 Oct 2024 09:50:40 +0200 Subject: [PATCH] crates.io: Enable `rustbot` --- repos/rust-lang/crates.io.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/crates.io.toml b/repos/rust-lang/crates.io.toml index 1eca4d7c4..dac97bb72 100644 --- a/repos/rust-lang/crates.io.toml +++ b/repos/rust-lang/crates.io.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "crates.io" description = "The Rust package registry" homepage = "https://crates.io" -bots = ["renovate"] +bots = ["renovate", "rustbot"] [access.teams] crates-io = "write"