From 49fe5ad082a02a1cb3e7c0547e6ccda21c9916b5 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Fri, 24 Jul 2020 14:27:45 -0500 Subject: [PATCH] fix(deps): add dependabot to update deps regularly --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6ebae6b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily"