From 03bfff3660d5984119b6909e67b0d8065d70a8fe Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 6 Jul 2020 15:05:58 +0200 Subject: [PATCH] Add dependabot for automatic updates to GitHub Actions (#37550) --- .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 00000000000..a394d7dcbba --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: "06:00" + open-pull-requests-limit: 10