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: 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'