From 553e6d9d8235075dcd873b403360557686997a94 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 15 Jun 2026 18:18:33 +0200 Subject: [PATCH] rust-lang/rust: Enable `forking-renovate` bot This enables Renovate to pin GitHub Actions to SHAs and keep them up-to-date. See https://github.com/rust-lang/rust/pull/155089#issuecomment-4262931121 --- repos/rust-lang/rust.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/rust.toml b/repos/rust-lang/rust.toml index 70c098f78..f6250bcfc 100644 --- a/repos/rust-lang/rust.toml +++ b/repos/rust-lang/rust.toml @@ -2,7 +2,7 @@ org = "rust-lang" name = "rust" description = "Empowering everyone to build reliable and efficient software." homepage = "https://www.rust-lang.org" -bots = ["bors", "craterbot", "glacierbot", "log-analyzer", "rustbot", "rfcbot", "rust-timer", "datadog"] +bots = ["bors", "craterbot", "forking-renovate", "glacierbot", "log-analyzer", "rustbot", "rfcbot", "rust-timer", "datadog"] [access.teams] bootstrap = "write"