Skip to content

Commit

Permalink
Disable dependabot for proto-compiler (#1087)
Browse files Browse the repository at this point in the history
* Disabled dependabot for proto-compiler

* Better reason for disabling dependabot
  • Loading branch information
adizere authored Jun 14, 2021
1 parent 72bd26d commit 6681151
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6681151

Please sign in to comment.