We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce6457d + b993ac4 commit b44d745Copy full SHA for b44d745
.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
4
directory: "."
5
schedule:
6
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