Skip to content

Commit 29bc685

Browse files
committed
Apply dependabot to github actions.
Also issue updates on mondays and limit to 2 pull requests at a time.
1 parent eb67b3f commit 29bc685

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/dependabot.yml

+16-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ updates:
33
- package-ecosystem: pip
44
directory: "/"
55
schedule:
6-
interval: monthly
7-
open-pull-requests-limit: 10
6+
interval: "weekly"
7+
time: "07:00"
8+
timezone: "EST5EDT"
9+
open-pull-requests-limit: 2
810
reviewers:
911
- glotzerlab/signac-maintainers
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
target-branch: main
15+
schedule:
16+
interval: "weekly"
17+
time: "07:00"
18+
timezone: "EST5EDT"
19+
pull-request-branch-name:
20+
separator: "-"
21+
reviewers:
22+
- glotzerlab/signac-maintainers
23+
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)