From 11fec7d6df509a4efd554051cc27e3bf82df9c96 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 1 Jul 2024 09:49:39 -0700 Subject: [PATCH] blast_repo fixes (#131) dependabot, github-actions, no-response --- .github/dependabot.yaml | 4 ++++ .github/workflows/test-package.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 439e796..bf6b38a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,3 +8,7 @@ updates: interval: monthly labels: - autosubmit + groups: + github-actions: + patterns: + - "*" diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 5b16393..13b1dd5 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -21,7 +21,7 @@ jobs: # These are the latest versions of the github actions; dependabot will # send PRs to keep these up-to-date. - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 - name: Install dependencies run: dart pub get