5 Commits

Author SHA1 Message Date
118a9bb6e4 Removed versioning-strategy to avoid error
The property '#/updates/0/' contains additional properties ["versioning-strategy"] outside of the schema when none are allowed
2025-05-28 00:50:57 +02:00
a3938fa5f0 Moved dependabot.yml to correct folder 2025-05-28 00:42:52 +02:00
ca8fd67428 Changed target branch 2025-05-28 00:41:08 +02:00
fbd09b56c8 Adding dependabot.yml to enable version updates 2025-05-28 00:37:12 +02:00
Caterina Simona Pastore
79549bea05 Sprint 5 (#28) 2025-05-28 00:10:38 +02:00

15
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/MainProject"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "sprints/7"
- package-ecosystem: "nuget"
directory: "/MainProject.Tests"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "sprints/7"