Skip to content

Commit a6e2956

Browse files
committed
dependabot: ignore semver-patch updates
These are too noisy. We only really care about: - version-update:semver-minor - version-update:semver-major
1 parent cd77e57 commit a6e2956

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
@@ -7,3 +7,7 @@ updates:
77
open-pull-requests-limit: 10
88
allow:
99
- dependency-type: "direct"
10+
ignore:
11+
- dependency-name: "*"
12+
update-types:
13+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)