From 798b4f9e069fe8a05bcb11d50eb20dd4686e7c3e Mon Sep 17 00:00:00 2001 From: clubby789 Date: Sun, 3 Mar 2024 01:40:38 +0000 Subject: [PATCH] Add `p=1` to weekly `cargo update` --- .github/workflows/dependencies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 97ed891c491da..c9066cc748ed4 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -20,6 +20,8 @@ env: PR_MESSAGE: | Automation to keep dependencies in `Cargo.lock` current. + @bors p=1 + The following is the output from `cargo update`: COMMIT_MESSAGE: "cargo update \n\n"