From bd1cc9b4f428ed0492b06bf4ab29df13e8fd3b4c Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 5 Oct 2020 18:48:22 -0400 Subject: [PATCH] ci: Automatically watch for updates on github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..453228e1c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"