From 1d247837fef65bd589f294f2dd41fe0158a262c9 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 16:21:36 +0200 Subject: [PATCH] dependabot: handle github-actions Signed-off-by: Unai Martinez-Corral --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4125e41e..14e73a84f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,13 @@ version: 2 updates: - package-ecosystem: gitsubmodule - directory: "/" + directory: / schedule: interval: weekly day: saturday open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99