From cdbe2531adc05e155466102fd1412e0a01efd8e1 Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Sat, 1 Oct 2022 15:53:46 +0000 Subject: [PATCH] Include github actions in dependabot workflow (#2649) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2baadac6..396fc42b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: labels: - "PR: waiting for review" - "PR: dependencies" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "PR: waiting for review" + - "PR: dependencies"