Skip to content

Commit b8b7c33

Browse files
committed
ci: stop dependabot bumping the pinned Kiota runtime
Microsoft.Kiota.* is pinned to the Kiota generator version; bumps can desync from the pinned CLI and break generated code. Pin it out of dependabot; release bumps it deliberately.
1 parent 1b757bb commit b8b7c33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
dependencies:
1414
patterns:
1515
- "*"
16+
# Kiota runtime is pinned to the generator version. Bumps can desync from
17+
# the pinned Kiota CLI and break generated code, so they are upgraded
18+
# deliberately at release time, never by dependabot.
19+
ignore:
20+
- dependency-name: "Microsoft.Kiota.*"
1621

1722
- package-ecosystem: github-actions
1823
directory: /

0 commit comments

Comments
 (0)