From 9bf6bcfcffa51142c0eca1042f50a13dd4d7f7cd Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 22 Jun 2021 11:40:57 +0200 Subject: [PATCH] Add Dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..146f6c9c0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: weekly + time: "13:00"