ci(dependabot): ignore crossterm updates

crossterm version needs to be the same as tui so
only update crossterm when tui updates
This commit is contained in:
EdJoPaTo
2023-02-05 12:57:55 +01:00
parent 9bf2644c69
commit 24bec7c3fc
+4 -1
View File
@@ -1,5 +1,5 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
@@ -12,3 +12,6 @@ updates:
time: "02:42" # UTC
commit-message:
prefix: "build(cargo):"
ignore:
- dependency-name: "crossterm"
update-types: ["version-update:semver-major"]