From 19a467055deb0bce58e28c60ee1449400527d925 Mon Sep 17 00:00:00 2001 From: George Blue Date: Fri, 28 Jun 2024 12:38:33 +0100 Subject: [PATCH] chore: Dependabot should update GitHub actions [#187721512](https://www.pivotaltracker.com/story/show/187721512) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e01912a..325a9766 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: daily time: '01:00' open-pull-requests-limit: 5 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + time: '01:00' + open-pull-requests-limit: 5