From c2d1aaaa940d50830d94d954e45a155da11f0518 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Thu, 16 Oct 2025 16:22:09 +0200 Subject: [PATCH] enable renovate bot for docs.rs repo --- repos/rust-lang/docs.rs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/docs.rs.toml b/repos/rust-lang/docs.rs.toml index 7cd67e9ce..70e6b6c9c 100644 --- a/repos/rust-lang/docs.rs.toml +++ b/repos/rust-lang/docs.rs.toml @@ -2,7 +2,7 @@ org = 'rust-lang' name = 'docs.rs' description = 'crates.io documentation generator' homepage = "https://docs.rs" -bots = ["rustbot"] +bots = ["rustbot", "renovate"] [access.teams] docs-rs = 'write'