Skip to content
Merged
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
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,22 @@ updates:
codeql-action:
patterns:
- "github/codeql-action*"
# Every reusable workflow we call from supabase/sdk shares that
# repository's release tags, so they always move in lockstep.
supabase-sdk-workflows:
patterns:
- "supabase/sdk*"
# Same story for the reusable workflows we call from supabase/actions,
# which are all pinned to a single commit of that repository.
supabase-actions-workflows:
patterns:
- "supabase/actions*"
Comment thread
spydon marked this conversation as resolved.
# Everything else that cannot break a workflow on its own, batched into a
# single pull request. Major bumps deliberately match no group so they
# still arrive individually and get reviewed on their own.
actions-minor-patch:
patterns:
- "*"
update-types:
- "minor"
- "patch"