Skip to content

Commit

Permalink
Add renovate bot to managed repositories that use it (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol authored Mar 21, 2024
1 parent 3164162 commit 15e9982
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repos/rust-lang/annotate-snippets-rs.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org = "rust-lang"
name = "annotate-snippets-rs"
description = "Library for snippet annotations"
bots = []
bots = ["renovate"]

[access.teams]
cargo = "write"
Expand Down
2 changes: 1 addition & 1 deletion repos/rust-lang/blog.rust-lang.org.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion repos/rust-lang/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion repos/rust-lang/rfcs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion repos/rust-lang/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 15e9982

Please sign in to comment.