This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 3cd816c5d5 GH-36513: [Dev][C#] Add Dependabot configuration for NuGet
(#36514)
3cd816c5d5 is described below
commit 3cd816c5d5d0d0e2ec0bad61a240886f406dda92
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Jul 7 10:12:44 2023 +0900
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 <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 752897e9b2..5c1e35da52 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#] "