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 fabd508 commit 6e36634Copy full SHA for 6e36634
.github/dependabot.yml
@@ -12,6 +12,12 @@ updates:
12
update-types:
13
- "minor"
14
- "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
21
22
- package-ecosystem: "github-actions"
23
directory: "/"
0 commit comments