Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Watches claude-review-requirements.txt so the version-pinned
# aws-bedrock-token-generator gets reviewed bump PRs instead of going stale.
- package-ecosystem: "pip"
directory: "/.github/workflows"
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions .github/workflows/claude-review-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Pinned build dependency for the Claude PR-review workflow.
#
# Version-pinned so the workflow installs a known release rather than whatever
# is latest at run time. Dependabot's `pip` ecosystem (see ../dependabot.yml)
# watches this file and proposes version-bump PRs that a human reviews; every
# consuming repo picks the bump up via its @mainline reference.
aws-bedrock-token-generator==1.1.0
Loading