From e9c5260574423bcf56d68ab8100ef1d0d472c177 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 7 May 2021 23:33:48 +0200 Subject: [PATCH] Add action updater. --- .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 0000000..eebbe59 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "daily"