From 84066758ef4ca10f5a03425aec291adc624fd06c Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Tue, 9 Jul 2024 22:36:27 +0200 Subject: [PATCH] fixup! build: update ratatui to v0.27 (#40) --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f4a792..9e73663 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,3 @@ updates: time: "02:42" # UTC commit-message: prefix: "build(cargo):" - ignore: - - dependency-name: "crossterm" - update-types: ["version-update:semver-major"]