Skip to content

Commit 6dfd65d

Browse files
Ignore crate-ci/typos patch and minor updates in dependabot
This prevents dependabot from creating PRs for every minor and patch version update of the typos tool, reducing noise in the repository.
1 parent 8d2537a commit 6dfd65d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"
8+
ignore:
9+
- dependency-name: "crate-ci/typos"
10+
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

0 commit comments

Comments
 (0)