Skip to content

Commit fc0fea9

Browse files
author
Harmanpreet Kaur
committed
update the dependabot specfic to nuget
1 parent 4f6014e commit fc0fea9

File tree

1 file changed

+58
-8
lines changed

1 file changed

+58
-8
lines changed

.github/dependabot.yml

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To get started with Dependabot version updates, you'll need to specify which
22
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
3+
# For more details, refer to the documentation:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
version: 2
66
updates:
@@ -12,31 +12,81 @@ updates:
1212
commit-message:
1313
prefix: "build"
1414
target-branch: "dependentbotchanges"
15+
open-pull-requests-limit: 10
1516

16-
# .NET NuGet dependencies
17+
# .NET NuGet dependencies for Backend API (Multiple Projects)
1718
- package-ecosystem: "nuget"
18-
directory: "/App/backend-api"
19+
directory: "/App/backend-api/Microsoft.GS.DPS"
1920
schedule:
2021
interval: "monthly"
2122
commit-message:
2223
prefix: "build"
23-
open-pull-requests-limit: 50
2424
target-branch: "dependentbotchanges"
25+
open-pull-requests-limit: 20
26+
27+
- package-ecosystem: "nuget"
28+
directory: "/App/backend-api/Microsoft.GS.DPS.Host"
29+
schedule:
30+
interval: "monthly"
31+
commit-message:
32+
prefix: "build"
33+
target-branch: "dependentbotchanges"
34+
open-pull-requests-limit: 20
35+
36+
# .NET NuGet dependencies for Kernel Memory Clients
37+
- package-ecosystem: "nuget"
38+
directory: "/App/kernel-memory/clients/dotnet/SemanticKernelPlugin"
39+
schedule:
40+
interval: "monthly"
41+
commit-message:
42+
prefix: "build"
43+
target-branch: "dependentbotchanges"
44+
open-pull-requests-limit: 10
45+
46+
- package-ecosystem: "nuget"
47+
directory: "/App/kernel-memory/clients/dotnet/WebClient"
48+
schedule:
49+
interval: "monthly"
50+
commit-message:
51+
prefix: "build"
52+
target-branch: "dependentbotchanges"
53+
open-pull-requests-limit: 10
54+
55+
# .NET NuGet dependencies for Kernel Memory Extensions
56+
- package-ecosystem: "nuget"
57+
directory: "/App/kernel-memory/extensions/AzureOpenAI"
58+
schedule:
59+
interval: "monthly"
60+
commit-message:
61+
prefix: "build"
62+
target-branch: "dependentbotchanges"
63+
open-pull-requests-limit: 10
64+
65+
- package-ecosystem: "nuget"
66+
directory: "/App/kernel-memory/extensions/SQLServer"
67+
schedule:
68+
interval: "monthly"
69+
commit-message:
70+
prefix: "build"
71+
target-branch: "dependentbotchanges"
72+
open-pull-requests-limit: 10
73+
74+
# .NET NuGet dependencies for Kernel Memory Core Service
2575
- package-ecosystem: "nuget"
26-
directory: "/App/kernel-memory"
76+
directory: "/App/kernel-memory/service/Core"
2777
schedule:
2878
interval: "monthly"
2979
commit-message:
3080
prefix: "build"
31-
open-pull-requests-limit: 50
3281
target-branch: "dependentbotchanges"
82+
open-pull-requests-limit: 10
3383

34-
# npm dependencies for frontend project
84+
# npm dependencies for Frontend App
3585
- package-ecosystem: "npm"
3686
directory: "/App/frontend-app"
3787
schedule:
3888
interval: "monthly"
3989
commit-message:
4090
prefix: "build"
41-
open-pull-requests-limit: 50
4291
target-branch: "dependentbotchanges"
92+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)