From 20e6cac3d0560d091da17805441aaddd78be570e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:43:30 +0000 Subject: [PATCH 1/2] [CHORE](deps)(deps): Bump actions/setup-python from 6.3.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/query-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/query-tests.yml b/.github/workflows/query-tests.yml index 7c62b9de..cfc9416e 100644 --- a/.github/workflows/query-tests.yml +++ b/.github/workflows/query-tests.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.12' From 8b55bf3766f90380e2b4e34b802aa7225ed41d53 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 28 Jul 2026 17:46:25 -0400 Subject: [PATCH 2/2] Update dependabot.yml Signed-off-by: John McCall --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91aeba91..2c993be6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,6 +40,15 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + groups: + gh-aws-actions: + patterns: + - "actions/*" + - "aws-actions/*" + - "github/*" + docker: + patterns: + - "docker/*" labels: - "bot" commit-message: