From 8ed418e10304e71e673fdc6134f5511755f02673 Mon Sep 17 00:00:00 2001 From: Mario Trangoni Date: Tue, 13 Feb 2024 09:07:01 +0100 Subject: [PATCH] ci: Add dependabot configuration for github-actions Signed-off-by: Mario Trangoni --- .github/dependabot.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921d0ffd..e62b5d7b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10