Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ updates:
# Check for updates on Wednesday https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleday
day: "wednesday"
ignore:
# 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.
# 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.
- dependency-name: "Azure.Identity"
# Ignore all major version bumps for semver.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: dotnet-sdk
directory: /
schedule:
interval: weekly
day: wednesday
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor