Skip to content

Commit 2b134f8

Browse files
authored
Ignore patch updates for the dotnet sdk
1 parent 2772a16 commit 2b134f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ updates:
2222
schedule:
2323
interval: 'weekly'
2424
time: '02:00'
25+
ignore:
26+
# Ignore patch updates
27+
- dependency-name: '*'
28+
update-types: ['version-update:semver-patch']
2529

2630
- package-ecosystem: 'nuget'
2731
directory: '/'

0 commit comments

Comments
 (0)