Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored Feb 23, 2025
1 parent 4e7828d commit 0c99ab6
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
version: 2
# Selected directories
updates:
- package-ecosystem: nuget
directory: "/src/Stride.CommunityToolkit"
schedule:
interval: daily
allow:
- dependency-name: "Stride.*"
groups:
stride:
patterns:
- "Stride.*"
- package-ecosystem: nuget
directory: "/src/Stride.CommunityToolkit.Bepu"
schedule:
Expand All @@ -27,37 +17,21 @@ updates:
interval: daily
allow:
- dependency-name: "Stride.*"
groups:
stride:
patterns:
- "Stride.*"
- package-ecosystem: nuget
directory: "/src/Stride.CommunityToolkit.ImGui"
schedule:
interval: daily
allow:
- dependency-name: "Stride.*"
groups:
stride:
patterns:
- "Stride.*"
- package-ecosystem: nuget
directory: "/src/Stride.CommunityToolkit.Skyboxes"
schedule:
interval: daily
allow:
- dependency-name: "Stride.*"
groups:
stride:
patterns:
- "Stride.*"
- package-ecosystem: nuget
directory: "/src/Stride.CommunityToolkit.Windows"
schedule:
interval: daily
allow:
- dependency-name: "Stride.*"
groups:
stride:
patterns:
- "Stride.*"
- dependency-name: "Stride.*"

0 comments on commit 0c99ab6

Please sign in to comment.