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:
@@ -1,5 +1,5 @@
|
|||||||
# Please see the documentation for all configuration options:
|
# 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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
@@ -12,3 +12,6 @@ updates:
|
|||||||
time: "02:42" # UTC
|
time: "02:42" # UTC
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "build(cargo):"
|
prefix: "build(cargo):"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "crossterm"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
|||||||
Reference in New Issue
Block a user