From 5fb6c8bfb43485b46465f25e306d34e555e70da0 Mon Sep 17 00:00:00 2001 From: Seth Simmons Date: Wed, 24 Mar 2021 13:23:33 -0400 Subject: [PATCH] Add Dependabot support --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..583decf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file