Unnamed repository; edit this file 'description' to name the repository.
dependabot: Ignore crates requiring edition 2025
Michael Davis 4 months ago
parent fabd508 · commit 6e36634
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0e460ebe..132b98c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,6 +12,12 @@ updates:
update-types:
- "minor"
- "patch"
+ ignore:
+ # MSRV: these deps use edition 2025 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
- package-ecosystem: "github-actions"
directory: "/"