From 885dc63f37ea94e2b68c465ddea81c388c53fe3a Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 26 Nov 2022 18:58:15 -0800 Subject: [PATCH] Configure dependabot. Signed-off-by: John Sirois --- .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..c75bbb9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Documentation for all configuration options is here: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly"