Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
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: "/" |