summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-11-14 14:45:17 +0000
committerGitHub <noreply@github.com>2022-11-14 14:45:17 +0000
commit6816300588b004e2819f6f285eef70a4f0da35d8 (patch)
tree2c49dea1b5f2eca324748fc31c5adeef690233af /.github
parentRemove unused type-ignores (#14433) (diff)
downloadsynapse-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.yml1
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"