From 6aed1812b08c21c522c775e200924eff9177589c Mon Sep 17 00:00:00 2001 From: Jonathan Gopel Date: Thu, 9 Feb 2023 17:49:56 -0700 Subject: [PATCH] Automatically update GitHub Actions Problem: - GitHub Actions are versioned. There is currently no way of automatically updating to the latest actions. Solution: - Have dependabot update GitHub Actions. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 491deae0..a04c486d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10