Skip to content

Commit

Permalink
Apply dependabot to github actions. (#807)
Browse files Browse the repository at this point in the history
Also issue updates on mondays and limit to 2 pull requests at a time.

Co-authored-by: Corwin Kerr <[email protected]>
  • Loading branch information
joaander and cbkerr authored Feb 5, 2024
1 parent 802ab8a commit c8396fe
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8396fe

Please sign in to comment.