Skip to content

Commit 956a21d

Browse files
committed
dependabot: Ignore etcetera
Also, whoops, it's edition 2024 not edition 2025.
1 parent 63a67b8 commit 956a21d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ updates:
1313
- "minor"
1414
- "patch"
1515
ignore:
16-
# MSRV: these deps use edition 2025 in their newest versions.
16+
# MSRV: these deps use edition 2024 in their newest versions.
1717
# Once the MSRV reaches 1.85 these can be updated and unignored.
1818
- dependency-name: ignore
1919
- dependency-name: globset
2020
- dependency-name: grep-matcher
21+
# Now requires Rust 1.87:
22+
- dependency-name: etcetera
2123

2224
- package-ecosystem: "github-actions"
2325
directory: "/"

0 commit comments

Comments
 (0)