From c1cfe87c81a49e45e558cda2bfb2a65b7ee37006 Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Wed, 29 May 2024 10:50:30 +0100 Subject: [PATCH] Configure Dependabot to update GitHub Actions Many dependencies can change in a project and the GitHub Actions which are configured for doing things in a workflow are no exception. This change configures Dependabot to keep these up-to-date. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9293210..6596546 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "09:00" + open-pull-requests-limit: 10 + - package-ecosystem: mix directory: "/" schedule: