Skip to content

Commit 3285c6d

Browse files
danieleadespatrickelectric
authored andcommitted
exclude embedded-hal v0.2 from dependabot updates
1 parent 1b8fbf1 commit 3285c6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
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: "embedded-hal"
9+
versions: ["^0.2"]
710
- package-ecosystem: github-actions
811
directory: "/"
912
schedule:

0 commit comments

Comments
 (0)