Skip to content

Commit aeb6054

Browse files
authored
Update dependabot.yml
1 parent 899be6f commit aeb6054

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/src/Stride.CommunityToolkit"
55
schedule:
66
interval: daily
7+
allow:
8+
- dependency-name: "Stride.*"
79
groups:
810
stride:
911
patterns:
@@ -12,6 +14,8 @@ updates:
1214
directory: "/src/Stride.CommunityToolkit.Bepu"
1315
schedule:
1416
interval: daily
17+
allow:
18+
- dependency-name: "Stride.*"
1519
groups:
1620
stride:
1721
patterns:
@@ -20,6 +24,8 @@ updates:
2024
directory: "/src/Stride.CommunityToolkit.DebugShapes"
2125
schedule:
2226
interval: daily
27+
allow:
28+
- dependency-name: "Stride.*"
2329
groups:
2430
stride:
2531
patterns:
@@ -28,6 +34,8 @@ updates:
2834
directory: "/src/Stride.CommunityToolkit.ImGui"
2935
schedule:
3036
interval: daily
37+
allow:
38+
- dependency-name: "Stride.*"
3139
groups:
3240
stride:
3341
patterns:
@@ -36,6 +44,8 @@ updates:
3644
directory: "/src/Stride.CommunityToolkit.Skyboxes"
3745
schedule:
3846
interval: daily
47+
allow:
48+
- dependency-name: "Stride.*"
3949
groups:
4050
stride:
4151
patterns:
@@ -44,7 +54,9 @@ updates:
4454
directory: "/src/Stride.CommunityToolkit.Windows"
4555
schedule:
4656
interval: daily
57+
allow:
58+
- dependency-name: "Stride.*"
4759
groups:
4860
stride:
4961
patterns:
50-
- "Stride.*"
62+
- "Stride.*"

0 commit comments

Comments
 (0)