From 6681151231d11d87de1224a79af936f6678ab8e8 Mon Sep 17 00:00:00 2001 From: Adi Seredinschi Date: Mon, 14 Jun 2021 14:56:20 +0200 Subject: [PATCH] Disable dependabot for proto-compiler (#1087) * Disabled dependabot for proto-compiler * Better reason for disabling dependabot --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bb6754561..981972a431 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,10 +21,15 @@ updates: schedule: interval: "weekly" - - package-ecosystem: "cargo" - directory: "proto-compiler" - schedule: - interval: "weekly" +## Disable dependabot for `proto-compiler`. +## Rationale: we maintain the dependencies for proto-compiler +## manually, so that we update the proto-compiler binary +## (and the Cargo.lock file) only when we regenerate +## Rust types from the .proto files. +# - package-ecosystem: "cargo" +# directory: "proto-compiler" +# schedule: +# interval: "weekly" - package-ecosystem: "cargo" directory: "relayer"