From b0a9070f95b2d8e3a700a0cecf2cf3dcb2aee70f Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 17 Jun 2024 23:35:37 -0400 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2390d8c8..5bb12220 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,14 @@ version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" - groups: - github-actions: - patterns: - - "*" + interval: "weekly"