From e10e335963ae5d6f41c3ef4ccdddffa0e3914a83 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:52:30 -0500 Subject: [PATCH] Update dependabot.yml [ci skip] --- .github/dependabot.yml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8448af1..05b3d26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,26 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: monthly - time: "11:00" - open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" # See documentation for possible values + directory: ".github/workflows" # Location of package manifests + target-branch: "master" + schedule: + interval: "monthly" + time: "11:10" + groups: + actions: + patterns: + - "*" + open-pull-requests-limit: 10 + + - package-ecosystem: pip + directory: "/" + target-branch: "master" + schedule: + interval: "monthly" + time: "11:00" + groups: + actions: + patterns: + - "*" + open-pull-requests-limit: 10