From 52a0e44e97dd6e150509b14c9b1f76a261f12786 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 25 Oct 2020 10:55:27 -0400 Subject: [PATCH] Add a dependabot configuration to bump our github actions (#5501) --- .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 000000000000..123014908beb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"