From 2e64e7b4b4ac93a0e7da2dd71a187066b56c20d4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela Date: Thu, 11 Aug 2022 10:00:55 +0200 Subject: [PATCH] Allowing dependabot to update GH Actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5dffa56ad50..740843f5420 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,8 @@ updates: ignore: - dependency-name: "vtk" - dependency-name: "grpcio" + + - package-ecosystem: "github-actions" + directory: "/.github" + schedule: + interval: "daily"