From cac33c97fb5d57eaf2ce3c7afd0fcf527afaeea0 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Tue, 16 Mar 2021 12:11:55 -0400 Subject: [PATCH] chore(ci): configure Dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c1d10fe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"