Skip to content

Commit 4dd459a

Browse files
authored
blast_repo fixes (dart-archive/mime#131)
dependabot, github-actions, no-response
1 parent 39fc507 commit 4dd459a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/mime/.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ updates:
88
interval: monthly
99
labels:
1010
- autosubmit
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"

pkgs/mime/.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# These are the latest versions of the github actions; dependabot will
2222
# send PRs to keep these up-to-date.
2323
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
24+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2525

2626
- name: Install dependencies
2727
run: dart pub get

0 commit comments

Comments
 (0)