Skip to content

Commit

Permalink
ci: fix dependabot with correct projects name (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddryck authored Feb 17, 2024
1 parent 67c9605 commit 694a2dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ updates:
- package-ecosystem: "nuget"
directory: "/DubUrl.Core/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependency-update"
- package-ecosystem: "nuget"
directory: "/DubUrl.OleDb/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependency-update"
- package-ecosystem: "nuget"
directory: "/DubUrl.Extensions.DependencyInjection/"
directory: "/DubUrl.Extensions/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependency-update"
- package-ecosystem: "nuget"
directory: "/DubUrl.Adomd/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependency-update"
- package-ecosystem: "nuget"
Expand All @@ -42,7 +42,7 @@ updates:
labels:
- "dependency-update"
- package-ecosystem: "nuget"
directory: "/DubUrl.Extensions.DependencyInjection.Testing/"
directory: "/DubUrl.Extensions.Testing/"
schedule:
interval: "weekly"
labels:
Expand Down
1 change: 1 addition & 0 deletions DubUrl.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{95E83BA6
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.github\conventional_commits_labels.json = .github\conventional_commits_labels.json
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
github.ps1 = github.ps1
Expand Down

0 comments on commit 694a2dd

Please sign in to comment.