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.
1 parent ce6457d commit b993ac4Copy full SHA for b993ac4
.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