Skip to content

Commit c1dd079

Browse files
authored
Merge pull request #1948 from EliahKagan/version-updates
Enable grouped Dependabot version updates for Rust
2 parents 79dabb0 + db480e7 commit c1dd079

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/dependabot.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
version: 2
22
updates:
3-
# Only GitHub Actions dependencies receive Dependabot *version* updates. Rust dependencies are
4-
# checked via `cargo deny` (https://github.com/GitoxideLabs/gitoxide/issues/144) and updated
5-
# manually or via Dependabot *security* updates (which the restrictions here do not constrain).
63
- package-ecosystem: cargo
74
directory: '/'
85
schedule:
9-
# We include this required key, but it only applies to version updates, which are suppressed.
106
interval: monthly
11-
# Disable version updates for Rust dependencies. Security updates are still allowed.
12-
open-pull-requests-limit: 0
137
commit-message:
148
# Avoid non-"purposeful" prefix due to Dependabot misdetecting style (see `DEVELOPMENT.md`).
159
prefix: ''

0 commit comments

Comments
 (0)