Skip to content

Commit

Permalink
Allow dependabot to bump SDK patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Dec 13, 2024
1 parent bbc53c5 commit 762166b
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 762166b

Please sign in to comment.