From 5c11da7d36ba641e306e244c2f2e55c2ce85aa0f Mon Sep 17 00:00:00 2001 From: Balamurali Pandranki Date: Fri, 13 Jan 2023 02:59:10 +0200 Subject: [PATCH] Create dependabot.yml (#477) --- .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 0000000000..578f506e2f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file