Skip to content

Commit 8011414

Browse files
authored
Merge pull request #200 from microsoft/copilot/fix-199
Configure Dependabot for all .NET solutions to run weekly on Mondays
2 parents 4812fa6 + 30531b4 commit 8011414

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.github/dependabot.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
version: 2
2+
updates:
3+
# 02-SetupDevEnvironment
4+
- package-ecosystem: "nuget"
5+
directory: "/02-SetupDevEnvironment/src"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
target-branch: "main"
10+
11+
# 03-CoreGenerativeAITechniques
12+
- package-ecosystem: "nuget"
13+
directory: "/03-CoreGenerativeAITechniques/src"
14+
schedule:
15+
interval: "weekly"
16+
day: "monday"
17+
target-branch: "main"
18+
19+
# 04-PracticalSamples
20+
- package-ecosystem: "nuget"
21+
directory: "/04-PracticalSamples/src"
22+
schedule:
23+
interval: "weekly"
24+
day: "monday"
25+
target-branch: "main"
26+
27+
# 05-AppCreatedWithGenAI - HFMCP.GenImage
28+
- package-ecosystem: "nuget"
29+
directory: "/05-AppCreatedWithGenAI/HFMCP.GenImage"
30+
schedule:
31+
interval: "weekly"
32+
day: "monday"
33+
target-branch: "main"
34+
35+
# 05-AppCreatedWithGenAI - SpaceAINet
36+
- package-ecosystem: "nuget"
37+
directory: "/05-AppCreatedWithGenAI/SpaceAINet"
38+
schedule:
39+
interval: "weekly"
40+
day: "monday"
41+
target-branch: "main"
42+
43+
# 09-ResponsibleGenAI (in case future .NET projects are added)
44+
- package-ecosystem: "nuget"
45+
directory: "/09-ResponsibleGenAI"
46+
schedule:
47+
interval: "weekly"
48+
day: "monday"
49+
target-branch: "main"
50+
51+
# 01-IntroToGenAI (in case future .NET projects are added)
52+
- package-ecosystem: "nuget"
53+
directory: "/01-IntroToGenAI"
54+
schedule:
55+
interval: "weekly"
56+
day: "monday"
57+
target-branch: "main"

0 commit comments

Comments
 (0)