From 9df60abcd21199d76b7b4380461070a3628ea474 Mon Sep 17 00:00:00 2001 From: Torben Schweren Date: Fri, 29 Dec 2023 12:31:52 +0100 Subject: [PATCH] Enable Dependabot Add dependabot.yml with daily cargo updates configured --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4d785b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" # Location of package manifests + schedule: + interval: "daily"