Skip to content

Commit 0e1867d

Browse files
authored
Merge pull request #1967 from EliahKagan/dependency-type
Always let Dependabot propose `Cargo.lock` updates
2 parents 737bb49 + b77d156 commit 0e1867d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ updates:
77
commit-message:
88
# Avoid non-"purposeful" prefix due to Dependabot misdetecting style (see `DEVELOPMENT.md`).
99
prefix: ''
10+
allow:
11+
- dependency-type: all
1012
groups:
1113
cargo:
1214
patterns: ['*']
15+
1316
- package-ecosystem: github-actions
1417
directory: '/'
1518
schedule:

0 commit comments

Comments
 (0)