Sprint 7 - Dependabot #42

Merged
csimonapastore merged 4 commits from sprints/7 into main 2025-05-28 00:57:28 +02:00
Showing only changes of commit fbd09b56c8 - Show all commits

17
.github/workflows/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/MainProject"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "main"
versioning-strategy: "follow-root-version"
- package-ecosystem: "nuget"
directory: "/MainProject.Tests"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "main"
versioning-strategy: "follow-root-version"