Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Costello <[email protected]>
  • Loading branch information
JamieMagee and martincostello authored Oct 9, 2024
1 parent f901eab commit 5944ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet_sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `dependabot-dotbet-sdk`
## `dependabot-dotnet-sdk`

.NET SDK support for [`dependabot-core`][core-repo].

Expand Down
2 changes: 1 addition & 1 deletion dotnet_sdk/lib/dependabot/dotnet_sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

require "dependabot/pull_request_creator/labeler"
Dependabot::PullRequestCreator::Labeler
.register_label_details("dotnet_sdk", name: "dotnet_sdk_package_manager", colour: "2753E3")
.register_label_details("dotnet_sdk", name: "dotnet_sdk_package_manager", colour: "512BD4")

require "dependabot/dependency"
Dependabot::Dependency
Expand Down

0 comments on commit 5944ec2

Please sign in to comment.