Skip to content

Commit f72d3a7

Browse files
authored
Merge pull request #2411 from JamieMagee/add-dotnet-sdk-dependabot
Add Dependabot configuration for .NET SDK updates
2 parents e14258d + f503925 commit f72d3a7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ updates:
66
open-pull-requests-limit: 10
77
schedule:
88
interval: "weekly"
9-
109
- package-ecosystem: "nuget"
1110
# location of package manifests
1211
directory: "/"
1312
open-pull-requests-limit: 10
1413
schedule:
1514
interval: "daily"
16-
17-
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
15+
- package-ecosystem: dotnet-sdk
16+
directory: /
17+
schedule:
18+
interval: weekly
19+
day: wednesday
20+
ignore:
21+
- dependency-name: '*'
22+
update-types:
23+
- version-update:semver-major
24+
- version-update:semver-minor
25+
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 commit comments

Comments
 (0)