Skip to content

Commit b993ac4

Browse files
author
Ariel Ben-Yehuda
committed
ci: get dependabot to not do patch/minor updates
1 parent ce6457d commit b993ac4

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
@@ -4,3 +4,7 @@ updates:
44
directory: "."
55
schedule:
66
interval: "weekly"
7+
ignore:
8+
# For all packages, ignore all patch/minor updates. Cargo will consume these versions automatically and metrique does not pin dependencies.
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

0 commit comments

Comments
 (0)