From 69d1aba86c70538a8473210a9f52a8ec8ff9df85 Mon Sep 17 00:00:00 2001 From: kevinlul <6320810+kevinlul@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:46:44 -0400 Subject: [PATCH] Expand Dependabot configuration for consistent scan times Also include indirect dependencies in updates --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cb99c6b..d5c1043e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,22 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: github-actions directory: / schedule: interval: weekly - - package-ecosystem: docker + day: sunday + time: "12:00" + - package-ecosystem: npm directory: / schedule: interval: weekly - - package-ecosystem: github-actions + day: sunday + time: "12:00" + allow: + - dependency-type: all + - package-ecosystem: docker directory: / schedule: interval: weekly + day: sunday + time: "12:00"