From 726756bad41e5cffd8b2b5ad4ae1e18b986895aa Mon Sep 17 00:00:00 2001 From: qdequele Date: Mon, 28 Sep 2020 13:52:47 +0200 Subject: [PATCH] add dependabot with a monthly update --- .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 000000000..2cebf5b06 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly"