From 0ea6f726240d835a0995d02da63128a01e3e4f4e Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 May 2021 09:00:24 +0300 Subject: [PATCH] github: add Dependabot configuration Configuration file is documented at https://docs.github.com/en/code-security/supply-chain-security/enabling-and-disabling-version-updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..7304eb152 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "cargo"