Skip to content

Commit 6e115ec

Browse files
ci: add dependabot for crates.io (#17)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 19fb728 commit 6e115ec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ updates:
1111
- "*" # Group all Actions updates into a single larger pull request
1212
schedule:
1313
interval: weekly
14+
day: "thursday"
15+
time: "08:00"
16+
timezone: "America/New_York"
17+
- package-ecosystem: cargo
18+
directory: /
19+
schedule:
20+
interval: weekly
21+
day: "thursday"
22+
time: "08:00"
23+
timezone: "America/New_York"
24+
- package-ecosystem: docker
25+
directory: docker
26+
schedule:
27+
interval: weekly
28+
day: "thursday"
29+
time: "08:00"
30+
timezone: "America/New_York"

0 commit comments

Comments
 (0)