We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147ef91 commit 984539aCopy full SHA for 984539a
1 file changed
.github/dependabot.yml
@@ -3,10 +3,10 @@ updates:
3
- package-ecosystem: "cargo"
4
directory: "/" # Location of Cargo.toml
5
schedule:
6
- interval: "weekly" # Can be "daily", "weekly", or "monthly"
+ interval: "daily" # Can be "daily", "weekly", or "monthly"
7
open-pull-requests-limit: 5 # Maximum number of open PRs for updates
8
assignees:
9
- - "stacksjb" # Assign PRs to you or your team
+ - stacksjb # Assign PRs to you or your team
10
labels:
11
- "dependencies"
12
ignore:
@@ -17,7 +17,4 @@ updates:
17
update-types:
18
- "minor"
19
- "patch"
20
- schedule:
21
- interval: daily
22
- assignees:
23
- - stacksjb
+ - "major"
0 commit comments