Skip to content
Open
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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
# NEVER let Dependabot bump the Comfy-Org/github-workflows reusables: a caller
# pins them TWICE (`uses:` SHA + `workflows_ref:` input) and Dependabot only
# rewrites `uses:`, splitting the pair. The bump-*-callers fleet in
# github-workflows moves both pins together. Both entries are needed:
# Dependabot names a reusable by its FULL path, and a bare `dependency-name`
# is an exact match (the exact form covers `owner/repo`, the `/*` form the
# per-file names). Do NOT collapse to `Comfy-Org/github-workflows*`.
- dependency-name: "Comfy-Org/github-workflows"
Comment thread
mattmillerai marked this conversation as resolved.
- dependency-name: "Comfy-Org/github-workflows/*"
Loading