From: Tom Hughes Date: Wed, 9 Dec 2020 22:47:52 +0000 (+0000) Subject: Enable dependabot for github actions X-Git-Tag: live~1863^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/41339fffd5ac27b0b543007cbd6dafae573df4ea Enable dependabot for github actions --- 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"