Skip to content

Commit f628605

Browse files
authored
Ignore patch updates in dependabot (#597)
2 parents ad45eac + d90561d commit f628605

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ updates:
2020
interval: "monthly"
2121
labels:
2222
- "dependencies"
23+
ignore:
24+
# For all packages, ignore all patch updates, the "version-update" only targets non-security related updates
25+
- dependency-name: "*"
26+
update-types: ["version-update:semver-patch"]
2327
groups:
2428
internal-dependencies:
2529
applies-to: version-updates

0 commit comments

Comments
 (0)