From 9629953fae4cd2365925a9db4c2ac7e7b83e64df Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 30 Sep 2024 15:46:03 +0200 Subject: [PATCH] Add schedule to github-actions check in Dependabot (#2697) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8102f771e9..f7207e508e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "composer" open-pull-requests-limit: 3 directory: "/" @@ -26,5 +28,4 @@ updates: patterns: - "drupal/gin" - "drupal/gin_login" - - "drupal/gin_toolbar" - + - "drupal/gin_toolbar"