From 6e1ef1ca364abcb11cd4a72a98b1b5fc2c7646dd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 21:28:47 +0100 Subject: [PATCH] Add Dependabot --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..45dd97a4b --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: "06:00"