From 84e043f4f4e834d74aa06514734359097135fac0 Mon Sep 17 00:00:00 2001 From: David Barri Date: Thu, 26 Aug 2021 16:10:28 +1000 Subject: [PATCH] Add dependabot to keep GitHub Action versions up to date --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ce1d9a14a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +