From 3cd816c5d5d0d0e2ec0bad61a240886f406dda92 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 7 Jul 2023 10:12:44 +0900 Subject: [PATCH] GH-36513: [Dev][C#] Add Dependabot configuration for NuGet (#36514) ### Rationale for this change We don't want to adjust PR titles from Dependabot manually. ### What changes are included in this PR? Set the commit message prefix for `/csharp/` from Dependabot. ### Are these changes tested? No. I hope that this works well... ### Are there any user-facing changes? No. * Closes: #36513 Authored-by: Sutou Kouhei Signed-off-by: Jacob Wujciak-Jens --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 752897e9b272a..5c1e35da52fda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,9 @@ updates: interval: "weekly" commit-message: prefix: "MINOR: [CI] " + - package-ecosystem: "nuget" + directory: "/csharp/" + schedule: + interval: "weekly" + commit-message: + prefix: "MINOR: [C#] "