Skip to content

Commit 6e36634

Browse files
committed
dependabot: Ignore crates requiring edition 2025
1 parent fabd508 commit 6e36634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ updates:
1212
update-types:
1313
- "minor"
1414
- "patch"
15+
ignore:
16+
# MSRV: these deps use edition 2025 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
1521

1622
- package-ecosystem: "github-actions"
1723
directory: "/"

0 commit comments

Comments
 (0)