Skip to content

Commit

Permalink
GH-36513: [Dev][C#] Add Dependabot configuration for NuGet (#36514)
Browse files Browse the repository at this point in the history
### 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 <kou@clear-code.com>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
  • Loading branch information
kou committed Jul 7, 2023
1 parent 0340c76 commit 3cd816c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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#] "

0 comments on commit 3cd816c

Please sign in to comment.