Skip to content

Commit ed69eed

Browse files
Ignore dtolnay/rust-toolchain in Dependabot (#10)
Tags select the Rust version to install, not the action version. Bumping them breaks the MSRV check.
1 parent b911e3f commit ed69eed

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
@@ -16,3 +16,6 @@ updates:
1616
schedule:
1717
interval: "weekly"
1818
open-pull-requests-limit: 5
19+
ignore:
20+
- dependency-name: "dtolnay/rust-toolchain"
21+
# Tags select the Rust version to install, not the action version

0 commit comments

Comments
 (0)