diff --git a/repos/rust-lang/annotate-snippets-rs.toml b/repos/rust-lang/annotate-snippets-rs.toml index a5db85f87..0225fbab3 100644 --- a/repos/rust-lang/annotate-snippets-rs.toml +++ b/repos/rust-lang/annotate-snippets-rs.toml @@ -1,7 +1,7 @@ org = "rust-lang" name = "annotate-snippets-rs" description = "Library for snippet annotations" -bots = [] +bots = ["renovate"] [access.teams] cargo = "write" diff --git a/repos/rust-lang/blog.rust-lang.org.toml b/repos/rust-lang/blog.rust-lang.org.toml index 4cc536bdc..2f99b7ce8 100644 --- a/repos/rust-lang/blog.rust-lang.org.toml +++ b/repos/rust-lang/blog.rust-lang.org.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "blog.rust-lang.org" description = "Home of the Rust and Inside Rust blogs" homepage = "https://blog.rust-lang.org" -bots = [] +bots = ["renovate"] [access.teams] inside-rust-reviewers = "write" diff --git a/repos/rust-lang/cargo.toml b/repos/rust-lang/cargo.toml index 368ca6be5..f2785317a 100644 --- a/repos/rust-lang/cargo.toml +++ b/repos/rust-lang/cargo.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "cargo" description = "The Rust package manager" homepage = "https://doc.rust-lang.org/cargo" -bots = ["bors", "rustbot", "rfcbot"] +bots = ["bors", "rustbot", "rfcbot", "renovate"] [access.teams] cargo = "write" diff --git a/repos/rust-lang/rfcs.toml b/repos/rust-lang/rfcs.toml index cf2b70010..0e6e90a9a 100644 --- a/repos/rust-lang/rfcs.toml +++ b/repos/rust-lang/rfcs.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "rfcs" description = "RFCs for changes to Rust" homepage = "https://rust-lang.github.io/rfcs/" -bots = ["rustbot", "rfcbot"] +bots = ["rustbot", "rfcbot", "renovate"] [access.teams] all = "write" diff --git a/repos/rust-lang/rustup.toml b/repos/rust-lang/rustup.toml index 2b0b69410..e5b15fd0c 100644 --- a/repos/rust-lang/rustup.toml +++ b/repos/rust-lang/rustup.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "rustup" description = "The Rust toolchain installer" homepage = "https://rust-lang.github.io/rustup/" -bots = ["rustbot"] +bots = ["rustbot", "renovate"] [access.teams] rustup = "maintain"