From 199ecb814b3b11f41cfde79801fc77b1199f95dc Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 12 Mar 2024 14:07:56 +0100 Subject: [PATCH] dependabot: add configuration This checks daily for outdated cargo crates. Signed-off-by: Paul Spooren --- .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"