We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b911e3f commit ed69eedCopy full SHA for ed69eed
.github/dependabot.yml
@@ -16,3 +16,6 @@ updates:
16
schedule:
17
interval: "weekly"
18
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