From 3c14e245e6159860105090a013eab76561a354e6 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 16 May 2024 08:56:39 +0200 Subject: [PATCH] Add dependabot configuration for github-actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 81dcf7078..4452a25aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "weekly"