Skip to content

Commit cfebdb1

Browse files
committed
chore: lower dependabot noise
We have the Cargo.lock file checked in. This means that dependabot opens PR for every version change. That creates a lot of noise. I care about breaking new releases. This new config should hopefully fix that.
1 parent f035d95 commit cfebdb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
710

811
- package-ecosystem: "github-actions"
912
directory: "/"

0 commit comments

Comments
 (0)