Skip to content

Commit 2a5f6d6

Browse files
authored
Merge pull request #1098 from kucherenko/chore/deps-oxc-ruff
chore(deps): move oxc to 0.151 and ruff to 0.0.15 as families
2 parents 8e6aede + 39cd172 commit 2a5f6d6

6 files changed

Lines changed: 132 additions & 314 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ updates:
77
directory: "/rust"
88
schedule:
99
interval: "weekly"
10+
# oxc and ruff each publish a family of crates that share their types
11+
# and must move in lockstep: bump one alone and the build fails with
12+
# "expected `Span`, found a different `Span`". One PR per family.
13+
groups:
14+
oxc:
15+
patterns:
16+
- "oxc*"
17+
ruff:
18+
patterns:
19+
- "ruff_*"
1020
- package-ecosystem: "github-actions"
1121
directory: "/"
1222
schedule:

0 commit comments

Comments
 (0)