chore: add Dependabot configuration for automated dependency updates#200
Merged
scottschreckengaust merged 9 commits intomainfrom Apr 23, 2026
Merged
chore: add Dependabot configuration for automated dependency updates#200scottschreckengaust merged 9 commits intomainfrom
scottschreckengaust merged 9 commits intomainfrom
Conversation
Configure three ecosystems on a quarterly cadence: - github-actions: SHA-pinned actions across all workflows - uv: Python evaluator framework dependencies (grouped by prod/dev) - docker: sandbox Dockerfile base image Commit messages use conventional commits (chore(deps): / chore(deps-dev):). Updates are grouped to reduce PR noise. Note: ClamAV service container digest in security-scanners.yml is not covered by any Dependabot ecosystem and requires manual monthly updates.
4 tasks
scottschreckengaust
added a commit
that referenced
this pull request
Apr 21, 2026
Dependabot (PR #200) will handle automated version updates, making manual update instructions unnecessary.
ronniemh
pushed a commit
to carconnect-ec/aidlc-workflows
that referenced
this pull request
Apr 21, 2026
…#199) * fix: address security scanners follow-up items from PR awslabs#161 - Fix concurrency group descriptions in admin guide to match actual {workflow}-{event_name}-{ref} pattern - Update ClamAV image digest to current latest (linux/amd64) - Add inline comment explaining sudo rm -f man-db workaround - Replace TODO in Updating Pinned Versions with real instructions including monthly ClamAV cadence, GitHub Actions SHA lookup, scanner version sources, and verification steps Closes awslabs#180 * docs: revert Updating Pinned Versions to original TODO Dependabot (PR awslabs#200) will handle automated version updates, making manual update instructions unnecessary. * docs: add agent pre-commit checklist to ADMINISTRATIVE_GUIDE.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(docs): auto-fix markdown lint (MD012/MD032) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
leandrodamascena
requested changes
Apr 22, 2026
Contributor
leandrodamascena
left a comment
There was a problem hiding this comment.
Hi @scottschreckengaust, overall, this PR looks good to me, just a minor issue with the Docker image version. But other than that, everything is ready to be merged.
Co-authored-by: Leandro Damascena <lcdama@amazon.pt>
Remove comment about base image not being pinned for security updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
.github/dependabot.ymlto automate dependency version updates acrossfour ecosystems, using grouped PRs with conventional commit prefixes.
Changes
.github/dependabot.yml(new)github-actions/uv/scripts/aidlc-evaluatorpre-commit/.pre-commit-config.yamlrev pinsdocker/scripts/aidlc-evaluator/docker/sandboxCommit message format:
chore(deps):for production,chore(deps-dev):fordevelopment — matches the repo's conventional commits convention.
Grouping strategy:
.pre-commit-config.yamlhook rev pinsNot covered by Dependabot:
security-scanners.yml— Dependabot'sdockerecosystem only scans Dockerfiles, not GitHub Actions service container
image:fields.This requires manual updates (documented in PR fix: address security scanners follow-up items (#180) #199 /
docs/ADMINISTRATIVE_GUIDE.md).Checklist
Test Plan
github-actions,uv,pre-commit,docker) match currentDependabot documentation
chore(deps)matches the repo's conventional commits conventionBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.