Unverified Commit 284203f1 authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[ci/build] Have dependabot ignore all patch update (#10436)

We have too many dependencies and all patch updates can be a little noisy. This is to have dependabot ignore all patch version updates.
parent 90a6c759
......@@ -15,6 +15,8 @@ updates:
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- dependency-name: "torch"
- dependency-name: "torchvision"
- dependency-name: "xformers"
......@@ -24,9 +26,6 @@ updates:
- dependency-name: "ray[adag]"
- dependency-name: "lm-eval"
groups:
patch-update:
applies-to: version-updates
update-types: ["patch"]
minor-update:
applies-to: version-updates
update-types: ["minor"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment