From 506e00b6288f385c048212e1732824a61a2d831d Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 4 Mar 2022 10:06:43 +0000 Subject: [PATCH] Use dependabot to update GitHub Actions (#962) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01045ccbce..56412fe0c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: schedule: interval: "daily" labels: ["dependencies"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: ["dependencies"]