We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb67b3f commit 29bc685Copy full SHA for 29bc685
.github/dependabot.yml
@@ -3,7 +3,21 @@ updates:
3
- package-ecosystem: pip
4
directory: "/"
5
schedule:
6
- interval: monthly
7
- open-pull-requests-limit: 10
+ interval: "weekly"
+ time: "07:00"
8
+ timezone: "EST5EDT"
9
+ open-pull-requests-limit: 2
10
reviewers:
11
- glotzerlab/signac-maintainers
12
+- package-ecosystem: "github-actions"
13
+ directory: "/"
14
+ target-branch: main
15
+ schedule:
16
17
18
19
+ pull-request-branch-name:
20
+ separator: "-"
21
+ reviewers:
22
+ - glotzerlab/signac-maintainers
23
0 commit comments