From 6c64cfb8fe88288a2604938f806f4ece64b8c326 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:43:14 -0500 Subject: [PATCH] Group them together; consistency --- .github/dependabot.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e38e0d7..920860e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,17 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directory: ".github/workflows" target-branch: "master" schedule: interval: monthly - time: "03:00" - + time: "03:10" + groups: + actions: + patterns: + - "*" + open-pull-requests-limit: 10 + # Maintain dependencies for pip - package-ecosystem: "pip" directory: "/" @@ -16,5 +21,8 @@ updates: schedule: interval: monthly time: "03:00" + groups: + actions: + patterns: + - "*" open-pull-requests-limit: 10 -