From f3b4e80ff0681d9f47daf06dac611d782abae871 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Tue, 9 Jan 2024 10:53:00 +0100 Subject: [PATCH] Add dependabot config for GitHub actions (#3735) Signed-off-by: svrnm --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f520b0eee40e..5a32bd8f4619 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly