From e0dd312733c2efb0d127b70d1ef475f22ceec8ea Mon Sep 17 00:00:00 2001 From: John Losito Date: Thu, 7 Jan 2021 09:16:27 -0500 Subject: [PATCH] Allow dependabot to check github actions (#643) --- .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..5ace4600a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"