From 29bc6859ef402c079229938ac3cce9c946a2a235 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 2 Feb 2024 12:02:18 -0500 Subject: [PATCH] Apply dependabot to github actions. Also issue updates on mondays and limit to 2 pull requests at a time. --- .github/dependabot.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb634c642..556067724 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,21 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 10 + interval: "weekly" + time: "07:00" + timezone: "EST5EDT" + open-pull-requests-limit: 2 reviewers: - glotzerlab/signac-maintainers +- package-ecosystem: "github-actions" + directory: "/" + target-branch: main + schedule: + interval: "weekly" + time: "07:00" + timezone: "EST5EDT" + pull-request-branch-name: + separator: "-" + reviewers: + - glotzerlab/signac-maintainers + open-pull-requests-limit: 2