From 25a7123c3af562574d0775a83e89204bfae67051 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 12 Dec 2021 10:49:13 +0100 Subject: [PATCH] Check for GitHub Action updates with Dependabot (#3288) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4586f52b7..519bc12b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,9 @@ updates: schedule: interval: weekly time: "04:00" +- package-ecosystem: github-actions + open-pull-requests-limit: 10 + directory: "/" + schedule: + interval: weekly + time: "04:00"