From 8b35808b78a430b86204bff3355b7e2f73afef5d Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 25 Jan 2022 15:13:03 +0100 Subject: [PATCH] Setup dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..47f88349d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"