From e9cde27923717e82a67cb750fd76cd5944932aa8 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 20 Oct 2021 02:07:05 -0700 Subject: [PATCH] ci(dependabot) add Dependabot checks --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8b60cc2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily"