Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ updates:
reviewers:
- "RAprogramm"
open-pull-requests-limit: 10
# `syn` 3 cannot be taken while attribute parsing goes through
# darling, whose releases still require `syn` 2 — the two majors do
# not coexist in one tree. Upstream tracks the port in darling#431;
# drop this entry once a darling release depends on `syn` 3.
ignore:
- dependency-name: "syn"
versions: ["3.x"]
groups:
# Group all minor and patch updates together
rust-dependencies:
Expand Down
Loading