diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-11 12:26:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 12:26:40 +0100 |
commit | 17c031b25101c114644cd903f9f34f308dbfaf19 (patch) | |
tree | 43be229b45bef5debaa5991397806dd71e185ea4 /.github | |
parent | Fix name of "alias_creation_rules" option in config manual (#14124) (diff) | |
download | synapse-17c031b25101c114644cd903f9f34f308dbfaf19.tar.xz |
Enable dependabot for Rust dependencies (#14132)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c7db1fc86..9ee62bf539 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" |