Skip to content

Commit 05071af

Browse files
Merge remote-tracking branch 'origin/main' into demo
2 parents d473e01 + f42386d commit 05071af

133 files changed

Lines changed: 57371 additions & 7187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Each line is a file pattern followed by one or more owners.
33

44
# These owners will be the default owners for everything in the repo.
5-
* @Avijit-Microsoft @Roopan-Microsoft @Prajwal-Microsoft @dongbumlee
5+
* @Avijit-Microsoft @Roopan-Microsoft @Prajwal-Microsoft @dongbumlee @Vinay-Microsoft @aniaroramsft @toherman-msft @nchandhi @dgp10801

.github/dependabot.yml

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,36 @@
22
# package ecosystems to update and where the package manifests are located.
33
# For more details, refer to the documentation:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
56
version: 2
67
updates:
7-
# GitHub Actions dependencies
8+
# GitHub Actions dependencies (grouped)
89
- package-ecosystem: "github-actions"
910
directory: "/"
1011
schedule:
1112
interval: "monthly"
1213
commit-message:
1314
prefix: "build"
1415
target-branch: "dependabotchanges"
15-
open-pull-requests-limit: 100
16+
open-pull-requests-limit: 10
17+
groups:
18+
all-actions:
19+
patterns:
20+
- "*"
1621

17-
# .NET NuGet dependencies for Backend API (Multiple Projects)
22+
# .NET NuGet dependencies (grouped)
1823
- package-ecosystem: "nuget"
1924
directory: "/App/backend-api/Microsoft.GS.DPS"
2025
schedule:
2126
interval: "monthly"
2227
commit-message:
2328
prefix: "build"
2429
target-branch: "dependabotchanges"
25-
open-pull-requests-limit: 100
30+
open-pull-requests-limit: 10
31+
groups:
32+
nuget-deps:
33+
patterns:
34+
- "*"
2635

2736
- package-ecosystem: "nuget"
2837
directory: "/App/backend-api/Microsoft.GS.DPS.Host"
@@ -31,17 +40,24 @@ updates:
3140
commit-message:
3241
prefix: "build"
3342
target-branch: "dependabotchanges"
34-
open-pull-requests-limit: 100
43+
open-pull-requests-limit: 10
44+
groups:
45+
nuget-deps:
46+
patterns:
47+
- "*"
3548

36-
# .NET NuGet dependencies for Kernel Memory Clients
3749
- package-ecosystem: "nuget"
3850
directory: "/App/kernel-memory/clients/dotnet/SemanticKernelPlugin"
3951
schedule:
4052
interval: "monthly"
4153
commit-message:
4254
prefix: "build"
4355
target-branch: "dependabotchanges"
44-
open-pull-requests-limit: 100
56+
open-pull-requests-limit: 10
57+
groups:
58+
nuget-deps:
59+
patterns:
60+
- "*"
4561

4662
- package-ecosystem: "nuget"
4763
directory: "/App/kernel-memory/clients/dotnet/WebClient"
@@ -50,14 +66,22 @@ updates:
5066
commit-message:
5167
prefix: "build"
5268
target-branch: "dependabotchanges"
53-
open-pull-requests-limit: 100
69+
open-pull-requests-limit: 10
70+
groups:
71+
nuget-deps:
72+
patterns:
73+
- "*"
5474

55-
# npm dependencies for Frontend App
75+
# npm dependencies for Frontend App (grouped)
5676
- package-ecosystem: "npm"
5777
directory: "/App/frontend-app"
5878
schedule:
5979
interval: "monthly"
6080
commit-message:
6181
prefix: "build"
6282
target-branch: "dependabotchanges"
63-
open-pull-requests-limit: 100
83+
open-pull-requests-limit: 10
84+
groups:
85+
frontend-deps:
86+
patterns:
87+
- "*"

0 commit comments

Comments
 (0)