From b37908193422bdd6b2cc92003bb613d918b32095 Mon Sep 17 00:00:00 2001 From: John Losito Date: Mon, 19 Oct 2020 17:25:15 -0400 Subject: [PATCH] Allow dependabot to check GitHub actions daily --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..12301490 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"