From 00a91b1da6d506494bdb0dbff8d8ecfd643f7627 Mon Sep 17 00:00:00 2001 From: bellackn <32039602+bellackn@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:49:56 +0200 Subject: [PATCH] Create dependabot.yml --- .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..62637fa --- /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: "/" + schedule: + interval: "weekly"