From f0837ea848f630f3e6d5806f11e65244cdad595a Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 7 Mar 2024 09:46:45 -0500 Subject: [PATCH] Group dependabot updates. --- .github/dependabot.yml | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55606772..af22731d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,23 +1,50 @@ version: 2 updates: -- package-ecosystem: pip +- package-ecosystem: "github-actions" directory: "/" + target-branch: main schedule: - interval: "weekly" + interval: "monthly" time: "07:00" timezone: "EST5EDT" + pull-request-branch-name: + separator: "-" open-pull-requests-limit: 2 reviewers: - - glotzerlab/signac-maintainers -- package-ecosystem: "github-actions" + - joaander + groups: + actions-version: + applies-to: version-updates + patterns: + - '*' + actions-security: + applies-to: security-updates + patterns: + - '*' +- package-ecosystem: "pip" directory: "/" target-branch: main schedule: - interval: "weekly" + interval: "monthly" time: "07:00" timezone: "EST5EDT" pull-request-branch-name: separator: "-" - reviewers: - - glotzerlab/signac-maintainers open-pull-requests-limit: 2 + reviewers: + - joaander + groups: + pip-version: + applies-to: version-updates + patterns: + - '*' + update-types: + - minor + - patch + pip-security: + applies-to: security-updates + patterns: + - '*' + update-types: + - minor + - patch