about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-05 00:12:10 +0200
committerGitHub <noreply@github.com>2025-07-05 00:12:10 +0200
commite2e72cd02649333951c60f0b924927a9b6566dae (patch)
treea2de635391d67e558012976ef53d2d668f40ce7c
parent031bf9715a18ad37677cfbc0e47e0b9af436e96d (diff)
parentb33dc21d78821ac0fc33241d96badb64a001e0fd (diff)
downloadrust-e2e72cd02649333951c60f0b924927a9b6566dae.tar.gz
rust-e2e72cd02649333951c60f0b924927a9b6566dae.zip
Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errors
Assign dependency bump PRs to me

These PRs sometimes get lost as GH reduces their visibility, so I wanted to get an assignment so I can help these PRs land
-rw-r--r--.github/workflows/dependencies.yml1
-rw-r--r--triagebot.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 98d8c14f7d1..9d4b6192d6e 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -19,6 +19,7 @@ env:
   PR_TITLE: Weekly `cargo update`
   PR_MESSAGE: |
     Automation to keep dependencies in `Cargo.lock` current.
+    r? dep-bumps
 
     The following is the output from `cargo update`:
   COMMIT_MESSAGE: "cargo update \n\n"
diff --git a/triagebot.toml b/triagebot.toml
index 64a8a7c46b4..4e3dff219f1 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1404,6 +1404,9 @@ project-exploit-mitigations = [
 compiletest = [
     "@jieyouxu",
 ]
+dep-bumps = [
+    "@clubby789",
+]
 
 [assign.owners]
 "/.github/workflows" =                                   ["infra-ci"]