Skip to content

Commit

Permalink
[repo] Allow dependabot to bump SDK patch version (#6011)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Dec 6, 2024
1 parent 305597d commit 145e7ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ updates:
interval: "daily"
labels:
- "infra"
- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
labels:
- "infra"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

0 comments on commit 145e7ad

Please sign in to comment.