Skip to content

Commit b44d745

Browse files
authored
Merge pull request #85 from arielb1/dependabot-no-nag
ci: get dependabot to not do patch/minor updates
2 parents ce6457d + b993ac4 commit b44d745

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)