Skip to content

Commit 11eac62

Browse files
authored
Add Dependabot configuration for .NET SDK updates (#1187)
1 parent 207c0f3 commit 11eac62

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@ updates:
77
# Check for updates on Wednesday https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleday
88
day: "wednesday"
99
ignore:
10-
# Please do not bump Azure.Identity from 1.10.2, even a minor bump to 1.10.3 is causing a major bump in it's trasitive dependecny Microsoft.Identity.Client.Extensions.Msal which will fail the bundle test.
10+
# Please do not bump Azure.Identity from 1.10.2, even a minor bump to 1.10.3 is causing a major bump in it's trasitive dependecny Microsoft.Identity.Client.Extensions.Msal which will fail the bundle test.
1111
- dependency-name: "Azure.Identity"
1212
# Ignore all major version bumps for semver.
1313
- dependency-name: "*"
1414
update-types: ["version-update:semver-major"]
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

0 commit comments

Comments
 (0)