Unnamed repository; edit this file 'description' to name the repository.
dependabot: Ignore etcetera
Also, whoops, it's edition 2024 not edition 2025.
Michael Davis 4 months ago
parent 63a67b8 · commit 956a21d
-rw-r--r--.github/dependabot.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 132b98c8..d972953e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,11 +13,13 @@ updates:
- "minor"
- "patch"
ignore:
- # MSRV: these deps use edition 2025 in their newest versions.
+ # MSRV: these deps use edition 2024 in their newest versions.
# Once the MSRV reaches 1.85 these can be updated and unignored.
- dependency-name: ignore
- dependency-name: globset
- dependency-name: grep-matcher
+ # Now requires Rust 1.87:
+ - dependency-name: etcetera
- package-ecosystem: "github-actions"
directory: "/"