Skip to content

Commit 3f42cad

Browse files
authored
Update dependabot.yml
1 parent 8ddfa02 commit 3f42cad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly" # Check for updates to GitHub Actions every week
12+
ignore:
13+
# I just want update action when major/minor version is updated. patch updates are too noisy.
14+
- dependency-name: "*"
15+
update-types:
16+
- version-update:semver-patch
1217
- package-ecosystem: "nuget"
1318
directory: "/"
1419
schedule:
1520
interval: "weekly"
21+
ignore:
22+
# I just want update action when major/minor version is updated. patch updates are too noisy.
23+
- dependency-name: "*"
24+
update-types:
25+
- version-update:semver-patch

0 commit comments

Comments
 (0)