From c55dacf5989594e659645f0ee2910f45cf12cfd0 Mon Sep 17 00:00:00 2001 From: John Losito Date: Tue, 8 Dec 2020 11:36:25 -0500 Subject: [PATCH] Check github actions weekly with dependabot (#11779) * Check github actions weekly with dependabot * Update dependabot.yml --- .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 000000000..c037211db --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"