Skip to content

Commit 984539a

Browse files
authored
Update dependabot.yml
Cleanup
1 parent 147ef91 commit 984539a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/" # Location of Cargo.toml
55
schedule:
6-
interval: "weekly" # Can be "daily", "weekly", or "monthly"
6+
interval: "daily" # Can be "daily", "weekly", or "monthly"
77
open-pull-requests-limit: 5 # Maximum number of open PRs for updates
88
assignees:
9-
- "stacksjb" # Assign PRs to you or your team
9+
- stacksjb # Assign PRs to you or your team
1010
labels:
1111
- "dependencies"
1212
ignore:
@@ -17,7 +17,4 @@ updates:
1717
update-types:
1818
- "minor"
1919
- "patch"
20-
schedule:
21-
interval: daily
22-
assignees:
23-
- stacksjb
20+
- "major"

0 commit comments

Comments
 (0)