diff options
author | Erik Johnston <erik@matrix.org> | 2022-11-14 14:45:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 14:45:17 +0000 |
commit | 6816300588b004e2819f6f285eef70a4f0da35d8 (patch) | |
tree | 2c49dea1b5f2eca324748fc31c5adeef690233af /.github | |
parent | Remove unused type-ignores (#14433) (diff) | |
download | synapse-6816300588b004e2819f6f285eef70a4f0da35d8.tar.xz |
Make Dependabot only bump Rust deps in the lock file (#14434)
This is to help downstream packagers.
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ee62bf539..7ce353ed64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,5 +18,6 @@ updates: - package-ecosystem: "cargo" directory: "/" + versioning-strategy: "lockfile-only" schedule: interval: "weekly" |