We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fc507 commit 4dd459aCopy full SHA for 4dd459a
pkgs/mime/.github/dependabot.yaml
@@ -8,3 +8,7 @@ updates:
8
interval: monthly
9
labels:
10
- autosubmit
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
pkgs/mime/.github/workflows/test-package.yml
@@ -21,7 +21,7 @@ jobs:
21
# These are the latest versions of the github actions; dependabot will
22
# send PRs to keep these up-to-date.
23
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24
- - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
+ - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
25
26
- name: Install dependencies
27
run: dart pub get
0 commit comments