We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a67b8 commit 956a21dCopy full SHA for 956a21d
.github/dependabot.yml
@@ -13,11 +13,13 @@ updates:
13
- "minor"
14
- "patch"
15
ignore:
16
- # MSRV: these deps use edition 2025 in their newest versions.
+ # MSRV: these deps use edition 2024 in their newest versions.
17
# Once the MSRV reaches 1.85 these can be updated and unignored.
18
- dependency-name: ignore
19
- dependency-name: globset
20
- dependency-name: grep-matcher
21
+ # Now requires Rust 1.87:
22
+ - dependency-name: etcetera
23
24
- package-ecosystem: "github-actions"
25
directory: "/"
0 commit comments