From aba771dbeb15955d958acc7212c56b5b75418d01 Mon Sep 17 00:00:00 2001 From: Yoshitomo Nakanishi Date: Thu, 10 Nov 2022 01:21:31 +0100 Subject: [PATCH] Configure Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..219c13ac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily"