From 24bec7c3fc53b5463fedcd4ffbcf75f270bc519c Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 5 Feb 2023 12:57:55 +0100 Subject: [PATCH] ci(dependabot): ignore crossterm updates crossterm version needs to be the same as tui so only update crossterm when tui updates --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f04c7fe..1f4a792 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"]