Skip to content

Commit 215b1a7

Browse files
committed
ci: stop dependabot bumping the pinned hey-api generator
Bumps to @hey-api/openapi-ts and @hey-api/client-fetch change generated output and fail the codegen drift check, so they can never auto-merge. Pin them out of dependabot; release bumps them deliberately.
1 parent 03ae009 commit 215b1a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ updates:
1212
groups:
1313
dev-dependencies:
1414
dependency-type: development
15+
# hey-api is the pinned code generator and its paired runtime client.
16+
# Bumps change generated output and break the codegen drift check, so
17+
# they are upgraded deliberately at release time, never by dependabot.
18+
ignore:
19+
- dependency-name: "@hey-api/openapi-ts"
20+
- dependency-name: "@hey-api/client-fetch"
1521

1622
- package-ecosystem: github-actions
1723
directory: /

0 commit comments

Comments
 (0)