From 41339fffd5ac27b0b543007cbd6dafae573df4ea Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Dec 2020 22:47:52 +0000 Subject: [PATCH] Enable dependabot for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539fa4a1d..7b28ebfcd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- 2.45.1