From b1b0ca4e4c54bef71b62a2865341079d74b09dae Mon Sep 17 00:00:00 2001 From: John Losito Date: Thu, 8 Oct 2020 20:12:03 -0400 Subject: [PATCH] Check for updates to GitHub Actions every weekday --- .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 000000000..123014908 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"