From bd63da680d2d12e6084cbff63ee007fc088c05a5 Mon Sep 17 00:00:00 2001 From: John Losito Date: Mon, 13 Sep 2021 15:52:30 -0400 Subject: [PATCH] Allow dependabot to check github actions (#1604) --- .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 0000000000..1cd413055f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + interval: + schedule: "weekly"